[Mlir-commits] [mlir] [mlir][arith] Fix crash in IntRangeOptimizations due to stale solver state (PR #186187)
Mehdi Amini
llvmlistbot at llvm.org
Thu Mar 12 11:57:55 PDT 2026
================
@@ -148,3 +148,107 @@ func.func @analysis_crash(%arg0: i32, %arg1: tensor<128xi1>) -> tensor<128xi64>
%2 = arith.extsi %1 : tensor<128xi32> to tensor<128xi64>
return %2 : tensor<128xi64>
}
+
+// -----
+
+// Make sure int-range-optimizations does not crash when potential control-flow folding
----------------
joker-eph wrote:
I'll just drop it here, this kind of bug are too fragile...
https://github.com/llvm/llvm-project/pull/186187
More information about the Mlir-commits
mailing list