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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D111058
[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
Diff Detail
Event TimelineHerald added subscribers: wenzhicui, wrengr, Chia-hungDuan and 19 others. · View Herald TranscriptOct 4 2021, 7:42 AM This revision is now accepted and ready to land.Oct 4 2021, 11:18 AM Closed by commit rG519663bebaf1: [MLIR] Add an option to disable `maxIterations` in greedy pattern rewrites (authored by frgossen). · Explain WhyOct 5 2021, 2:49 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 377131 mlir/include/mlir/Transforms/GreedyPatternRewriteDriver.h
mlir/include/mlir/Transforms/Passes.td
mlir/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp
|