[Mlir-commits] [mlir] [mlir][Transforms] Greedy pattern rewriter: fix infinite folding loop (PR #161145)

Jakub Kuderski llvmlistbot at llvm.org
Tue Sep 30 06:06:49 PDT 2025


kuhar wrote:

Could we detect this in: `Operation::fold` (or similar) such that we never enter `Op::fold` on operations that feed into themselves?

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


More information about the Mlir-commits mailing list