[all-commits] [llvm/llvm-project] 519663: [MLIR] Add an option to disable `maxIterations` in...
frgossen via All-commits
all-commits at lists.llvm.org
Tue Oct 5 02:49:42 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 519663bebaf1c1bcb334ef7bae412a7314dd39e7
https://github.com/llvm/llvm-project/commit/519663bebaf1c1bcb334ef7bae412a7314dd39e7
Author: Frederik Gossen <frgossen at google.com>
Date: 2021-10-05 (Tue, 05 Oct 2021)
Changed paths:
M mlir/include/mlir/Transforms/GreedyPatternRewriteDriver.h
M mlir/include/mlir/Transforms/Passes.td
M mlir/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp
Log Message:
-----------
[MLIR] Add an option to disable `maxIterations` in greedy pattern rewrites
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.
Differential Revision: https://reviews.llvm.org/D111058
More information about the All-commits
mailing list