This op applies CSE to the targeted op. This is similar to transform.apply_registered_pass "cse", but it retains handles in the body of the targeted op.
Depends On: D145226
Paths
| Differential D154099
[mlir][transform] Add `transform.apply_cse` op ClosedPublic Authored by springerm on Jun 29 2023, 8:39 AM.
Details Summary This op applies CSE to the targeted op. This is similar to transform.apply_registered_pass "cse", but it retains handles in the body of the targeted op. Depends On: D145226
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 29 2023, 8:48 AM springerm edited parent revisions, added: D145226: [mlir][Transforms][NFC] CSE: Add C++ entry point; removed: D154190: [mlir][Transforms][NFC] CSE: Add C++ entry point. Closed by commit rG2c95ede4d183: [mlir][transform] Add `transform.apply_cse` op (authored by springerm). · Explain WhyJul 2 2023, 11:55 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 536667 mlir/include/mlir/Dialect/Transform/IR/TransformOps.td
mlir/lib/Dialect/Transform/IR/TransformOps.cpp
mlir/test/Dialect/Transform/test-interpreter.mlir
|