Also support replacing payload ops with ConstantLike ops in the TrackingListener, even if the replacement op does not have the same name. (Not supported for ops with multiple results, as this would require splitting the handle.)
Depends On: D152125
Paths
| Differential D152127
[mlir][transform] ApplyPatternsOp: Register canonicalization patterns ClosedPublic Authored by springerm on Jun 5 2023, 1:21 AM.
Details Summary Also support replacing payload ops with ConstantLike ops in the TrackingListener, even if the replacement op does not have the same name. (Not supported for ops with multiple results, as this would require splitting the handle.) Depends On: D152125
Diff Detail
Event Timelinespringerm added a parent revision: D152125: [mlir][SCF][transform] Register SCF dialect patterns.Jun 5 2023, 1:22 AM This revision is now accepted and ready to land.Jun 5 2023, 2:35 AM Closed by commit rG60f06bc5bbd9: [mlir][transform] ApplyPatternsOp: Register canonicalization patterns (authored by springerm). · Explain WhyJun 5 2023, 2:42 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 528307 mlir/include/mlir/Dialect/Transform/IR/TransformOps.td
mlir/lib/Dialect/Transform/IR/TransformDialect.cpp
mlir/lib/Dialect/Transform/IR/TransformOps.cpp
mlir/test/Dialect/Transform/test-pattern-application.mlir
|