[Mlir-commits] [mlir] [mlir][arith] Fix SelectOp unsafe int range inference with uninitialized range case (PR #173716)

Krzysztof Drewniak llvmlistbot at llvm.org
Sun Jan 11 09:42:34 PST 2026


krzysz00 wrote:

Mayne "unknown" is the wrong name for the state - "poison" might be it (the state where you can choose any value - in our case, you can choose in a way that minimizes the resulting range)

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


More information about the Mlir-commits mailing list