[Mlir-commits] [mlir] [MLIR] Improve in-place folding to iterate until fixed-point (PR #160615)

Mehdi Amini llvmlistbot at llvm.org
Fri Sep 26 10:29:14 PDT 2025


joker-eph wrote:

@dcaballe : I added a "maxIterations" to the API, and an option to the test pass.
That way the pass has the same default behavior as before (it checks a single iteration of the folder), as shown in the newly added test. PTAL!

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


More information about the Mlir-commits mailing list