This is an archive of the discontinued LLVM Phabricator instance.

[mlir][NFC] GreedyPatternRewriteDriver: Consistent return values
ClosedPublic

Authored by springerm on Jan 16 2023, 6:22 AM.

Details

Summary

All apply... functions now return a LogicalResult indicating whether the iterative process converged or not.

Depends On: D141844

Diff Detail

Event Timeline

springerm created this revision.Jan 16 2023, 6:22 AM
springerm requested review of this revision.Jan 16 2023, 6:22 AM
Herald added a project: Restricted Project. · View Herald Transcript
mehdi_amini accepted this revision.Jan 16 2023, 7:17 AM
  1. List Item
mlir/include/mlir/Transforms/GreedyPatternRewriteDriver.h
101
This revision is now accepted and ready to land.Jan 16 2023, 7:17 AM
springerm marked an inline comment as done.Jan 16 2023, 7:30 AM