Add types to the Loop (SCF) extension of the transform dialect.
See https://discourse.llvm.org/t/rfc-type-system-for-the-transform-dialect/65702
Paths
| Differential D135587
[mlir] switch the transform loop extension to use types ClosedPublic Authored by ftynse on Oct 10 2022, 7:43 AM.
Details Summary Add types to the Loop (SCF) extension of the transform dialect. See https://discourse.llvm.org/t/rfc-type-system-for-the-transform-dialect/65702
Diff Detail
Event Timelineftynse added a parent revision: D135586: [mlir] add OperationType to the Transform dialect.Oct 10 2022, 7:43 AM This revision is now accepted and ready to land.Oct 11 2022, 12:24 AM This revision was landed with ongoing or failed builds.Oct 11 2022, 2:56 AM Closed by commit rG59bb8af4c307: [mlir] switch the transform loop extension to use types (authored by ftynse). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 466746 mlir/include/mlir/Dialect/SCF/TransformOps/SCFTransformOps.h
mlir/include/mlir/Dialect/SCF/TransformOps/SCFTransformOps.td
mlir/lib/Dialect/SCF/TransformOps/CMakeLists.txt
mlir/lib/Dialect/SCF/TransformOps/SCFTransformOps.cpp
mlir/python/mlir/dialects/_loop_transform_ops_ext.py
mlir/test/Dialect/Linalg/transform-op-fuse.mlir
mlir/test/Dialect/Linalg/transform-op-match.mlir
mlir/test/Dialect/MemRef/transform-ops.mlir
mlir/test/Dialect/SCF/transform-ops.mlir
mlir/test/Dialect/Transform/expensive-checks.mlir
mlir/test/Dialect/Transform/test-interpreter.mlir
mlir/test/lib/Dialect/Transform/TestTransformDialectExtension.td
mlir/test/python/dialects/transform_loop_ext.py
|