This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Transforms] GreedyPatternRewriteDriver: Fix `changed` parameter
ClosedPublic

Authored by springerm on Jul 21 2023, 3:09 AM.

Details

Summary

changed was not updated correctly when it was already set to "true" before calling applyPatternsAndFoldGreedily.

Diff Detail

Event Timeline

springerm created this revision.Jul 21 2023, 3:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 21 2023, 3:09 AM
springerm requested review of this revision.Jul 21 2023, 3:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 21 2023, 3:09 AM
mehdi_amini accepted this revision.Jul 21 2023, 8:11 PM
This revision is now accepted and ready to land.Jul 21 2023, 8:11 PM