This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

springerm created this revision.May 12 2023, 1:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 12 2023, 1:05 AM
springerm requested review of this revision.May 12 2023, 1:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 12 2023, 1:05 AM
nicolasvasilache accepted this revision.May 12 2023, 1:22 AM
This revision is now accepted and ready to land.May 12 2023, 1:22 AM