[mlir] reorgnize Linalg TransformOps files. NFC
authorAlex Zinenko <zinenko@google.com>
Wed, 12 Apr 2023 08:10:24 +0000 (08:10 +0000)
committerAlex Zinenko <zinenko@google.com>
Tue, 25 Apr 2023 22:44:01 +0000 (22:44 +0000)
commit135d29c3f50f21823645ed3f772c979c8253cd5d
tree9c6557663ea60ad3ddf74d756516c1f6379a4988
parentdcfdb963d4f036f02bbe4d8cf3fa55294c49fca7
[mlir] reorgnize Linalg TransformOps files. NFC

Mirror the separation between LinalgTransformOps and LinalgMatchOps in
headers. Create a separate pair of files for the extension.

Depends on D148017

Reviewed By: springerm

Differential Revision: https://reviews.llvm.org/D148075
mlir/include/mlir/Dialect/Linalg/TransformOps/DialectExtension.h [new file with mode: 0644]
mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgMatchOps.h [new file with mode: 0644]
mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.h
mlir/include/mlir/InitAllDialects.h
mlir/lib/Dialect/Linalg/TransformOps/CMakeLists.txt
mlir/lib/Dialect/Linalg/TransformOps/DialectExtension.cpp [new file with mode: 0644]
mlir/lib/Dialect/Linalg/TransformOps/LinalgMatchOps.cpp
mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel