[Mlir-commits] [mlir] [MLIR] Fix infinite loop in tryFold (PR #189232)

Matthias Springer llvmlistbot at llvm.org
Mon Mar 30 04:55:54 PDT 2026


================
@@ -0,0 +1,28 @@
+// RUN: mlir-opt --convert-arith-to-llvm %s | FileCheck %s
----------------
matthias-springer wrote:

Can you trigger this with `-canonicalize`? This issue does not seem related to the `-convert-arith-to-llvm` pass.

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


More information about the Mlir-commits mailing list