This is an archive of the discontinued LLVM Phabricator instance.

[mlir] GreedyPatternRewriteDriver: All entry points take a config
ClosedPublic

Authored by springerm on Jan 26 2023, 3:49 AM.

Details

Summary

The multi-op entry point now also takes a GreedyPatternRewriteConfig and respects config.maxNumRewrites. The scope is also a part of the config now.

Note: Strict mode will be moved to GreedyPatternRewriteConfig in a subsequent change.

Depends On: D142613

Diff Detail

Event Timeline

springerm created this revision.Jan 26 2023, 3:49 AM
springerm requested review of this revision.Jan 26 2023, 3:49 AM
Herald added a project: Restricted Project. · View Herald Transcript
springerm edited the summary of this revision. (Show Details)Jan 26 2023, 3:50 AM
mehdi_amini accepted this revision.Jan 26 2023, 5:06 PM
This revision is now accepted and ready to land.Jan 26 2023, 5:06 PM
This revision was landed with ongoing or failed builds.Jan 27 2023, 5:34 AM
This revision was automatically updated to reflect the committed changes.