This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Add an option to disable `maxIterations` in greedy pattern rewrites
ClosedPublic

Authored by frgossen on Oct 4 2021, 7:42 AM.

Details

Summary

This option is needed for passes that are known to reach a fix point, but may
need many iterations depending on the size of the input IR.

Diff Detail

Event Timeline

frgossen created this revision.Oct 4 2021, 7:42 AM
frgossen requested review of this revision.Oct 4 2021, 7:42 AM
mehdi_amini accepted this revision.Oct 4 2021, 11:18 AM
This revision is now accepted and ready to land.Oct 4 2021, 11:18 AM