The TrackingListener was unnecessarily strict. Existing ops are now allowed when updating payload ops mappings due to replaceOp in the TrackingListener.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D150429
[mlir][transform] TrackingListener: Allow existing ops as replacements ClosedPublic Authored by springerm on May 12 2023, 1:05 AM.
Details Summary The TrackingListener was unnecessarily strict. Existing ops are now allowed when updating payload ops mappings due to replaceOp in the TrackingListener.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 12 2023, 1:22 AM Closed by commit rG7d436d56b60b: [mlir][transform] TrackingListener: Allow existing ops as replacements (authored by springerm). · Explain WhyMay 12 2023, 6:11 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 521626 mlir/include/mlir/Dialect/Transform/IR/TransformOps.h
mlir/lib/Dialect/Transform/IR/TransformOps.cpp
|