[flang-commits] [mlir] [flang] [mlir][Transforms] `GreedyPatternRewriteDriver`: Do not CSE constants during iterations (PR #75897)

Mehdi Amini via flang-commits flang-commits at lists.llvm.org
Wed Jan 10 13:11:08 PST 2024


joker-eph wrote:

Is there a limit on the number of iterations in IREE? I understood the change here as in that it shouldn't affect (much) the result because CSE would still be done before every iteration and so reaching fixed-point means we have successfully applied CSE and no pattern triggered.

https://github.com/llvm/llvm-project/pull/75897


More information about the flang-commits mailing list