[Mlir-commits] [mlir] [mlir][Transforms] Greedy pattern rewriter: fix infinite folding loop (PR #161145)
Matthias Springer
llvmlistbot at llvm.org
Mon Sep 29 01:10:52 PDT 2025
matthias-springer wrote:
Note: There is still an infinite loop when canonicalizing this IR:
```
%c1 = arith.constant 1 : index
%0 = arith.addi %c1, %0 : index
```
https://github.com/llvm/llvm-project/pull/161145
More information about the Mlir-commits
mailing list