This is an archive of the discontinued LLVM Phabricator instance.

[mlir] specify the values when notifying about op replacement
ClosedPublic

Authored by ftynse on Sep 27 2022, 9:17 AM.

Details

Summary

It is useful for PatternRewriter listeners to know the values that are
replacing the op in addition to only the fact of the op being replaced
for being able to keep track of changes or for debugging.

Diff Detail

Event Timeline

ftynse created this revision.Sep 27 2022, 9:17 AM
Herald added a project: Restricted Project. · View Herald Transcript
ftynse requested review of this revision.Sep 27 2022, 9:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 27 2022, 9:17 AM
Mogball accepted this revision.Sep 27 2022, 9:21 AM
This revision is now accepted and ready to land.Sep 27 2022, 9:21 AM
This revision was landed with ongoing or failed builds.Sep 27 2022, 9:22 AM
This revision was automatically updated to reflect the committed changes.