This is an archive of the discontinued LLVM Phabricator instance.

[mlir] GreedyPatternRewriteDriver: Support optional Listener
ClosedPublic

Authored by springerm on Feb 5 2023, 4:57 AM.

Details

Summary

Allow an optional RewriterBase::Listener to be attached to greedy pattern rewrites, so that clients can listen for IR modifications.

Depends On: D143339

Diff Detail

Event Timeline

springerm created this revision.Feb 5 2023, 4:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 5 2023, 4:57 AM
springerm requested review of this revision.Feb 5 2023, 4:57 AM
springerm retitled this revision from [mlir][WIP] GreedyPatternRewriteDriver: Support optional Listener to [mlir] GreedyPatternRewriteDriver: Support optional Listener.Feb 6 2023, 12:41 AM
springerm added reviewers: mehdi_amini, ftynse.
nicolasvasilache accepted this revision.Feb 22 2023, 1:06 AM
This revision is now accepted and ready to land.Feb 22 2023, 1:06 AM
This revision was landed with ongoing or failed builds.Feb 22 2023, 1:32 AM
This revision was automatically updated to reflect the committed changes.