This is an archive of the discontinued LLVM Phabricator instance.

[mlir] RewriterBase::Listener: Add notifyOperationModified callback
ClosedPublic

Authored by springerm on Feb 6 2023, 3:37 AM.

Details

Summary

This callback is triggered by finalizeRootUpdate. This allows listeners to listen for in-place op modifications without creating a new RewriterBase subclass.

Depends On: D143340

Diff Detail

Event Timeline

springerm created this revision.Feb 6 2023, 3:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 6 2023, 3:37 AM
springerm requested review of this revision.Feb 6 2023, 3:37 AM
rriddle accepted this revision.Feb 6 2023, 9:45 AM
This revision is now accepted and ready to land.Feb 6 2023, 9:45 AM
This revision was landed with ongoing or failed builds.Feb 22 2023, 1:46 AM
This revision was automatically updated to reflect the committed changes.