Skip to content

Commit ca8b8a4

Browse files
committed
comment
1 parent 8254836 commit ca8b8a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/include/mlir/Interfaces/InferIntRangeInterface.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ class ConstantIntRanges {
6565
/// sint_max(width)].
6666
static ConstantIntRanges maxRange(unsigned bitwidth);
6767

68-
/// Create a poisoned range, i.e. a range that represents no valid integer
69-
/// values.
68+
/// Create a poisoned range, poisoned ranges are propagated through the DAG
69+
/// and will cause the immediate UB if reached the side-effecting operation.
7070
static ConstantIntRanges poison(unsigned bitwidth);
7171

7272
/// Create a `ConstantIntRanges` with a constant value - that is, with the

0 commit comments

Comments
 (0)