This is an archive of the discontinued LLVM Phabricator instance.

[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