[Mlir-commits] [mlir] [mlir][IntegerRangeAnalysis] Don't unsoundly update constant lattice (PR #193546)

Krzysztof Drewniak llvmlistbot at llvm.org
Thu Apr 23 05:28:48 PDT 2026


================
@@ -125,6 +126,7 @@ struct ArithUnsignedWhenEquivalentPass
     Operation *op = getOperation();
     MLIRContext *ctx = op->getContext();
     DataFlowSolver solver;
+    solver.load<SparseConstantPropagation>();
----------------
krzysz00 wrote:

I'll get that in a followup

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


More information about the Mlir-commits mailing list