[Mlir-commits] [mlir] [mlir][IntRange] Poison support in int-range analysis (PR #152932)
Ivan Butygin
llvmlistbot at llvm.org
Sat Aug 16 04:22:08 PDT 2025
================
@@ -96,6 +103,14 @@ class ConstantIntRanges {
/// value.
std::optional<APInt> getConstantValue() const;
+ /// Returns true if signed range is poisoned, i.e. no valid signed value
----------------
Hardcode84 wrote:
updated the comments
https://github.com/llvm/llvm-project/pull/152932
More information about the Mlir-commits
mailing list