When cloning an op or a region, we currently trigger the notifyOperationInserted callback but not the notifyBlockCreated callback.
Depends On: D144194
Paths
| Differential D144266
[mlir][IR] Trigger notifyBlockCreated when cloning ops AbandonedPublic Authored by springerm on Feb 17 2023, 7:18 AM.
Details
Summary When cloning an op or a region, we currently trigger the notifyOperationInserted callback but not the notifyBlockCreated callback. Depends On: D144194
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 22 2023, 9:31 AM
Revision Contents
Diff 498361 mlir/lib/IR/Builders.cpp
mlir/lib/IR/PatternMatch.cpp
|