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

Krzysztof Drewniak llvmlistbot at llvm.org
Thu Apr 23 05:27:12 PDT 2026


krzysz00 wrote:

> Fly-by: double-check that the lattice can only move in one direction, otherwise there is a risk of non-convergence.

Can confirm - the join operation is range union, making things less specific.

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


More information about the Mlir-commits mailing list