We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8254836 commit ca8b8a4Copy full SHA for ca8b8a4
mlir/include/mlir/Interfaces/InferIntRangeInterface.h
@@ -65,8 +65,8 @@ class ConstantIntRanges {
65
/// sint_max(width)].
66
static ConstantIntRanges maxRange(unsigned bitwidth);
67
68
- /// Create a poisoned range, i.e. a range that represents no valid integer
69
- /// values.
+ /// Create a poisoned range, poisoned ranges are propagated through the DAG
+ /// and will cause the immediate UB if reached the side-effecting operation.
70
static ConstantIntRanges poison(unsigned bitwidth);
71
72
/// Create a `ConstantIntRanges` with a constant value - that is, with the
0 commit comments