Skip to content

Commit 784540c

Browse files
committed
bv integer non-negative
1 parent bf5521d commit 784540c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/include/mlir/Dialect/SMT/IR/SMTAttributes.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ def BitVectorAttr : AttrDef<SMTDialect, "BitVector", [
2828

2929
The constant is as #bX (binary) or #xX (hexadecimal) in SMT-LIB
3030
where X is the value in the corresponding format without any further
31-
prefixing. Here, the bit-vector constant is given as a regular integer
32-
literal and the associated bit-vector type indicating the bit-width.
31+
prefixing. Here, the bit-vector constant is given as a regular non-negative
32+
integer literal and the associated bit-vector type indicating the bit-width.
3333

3434
Examples:
3535
```mlir

0 commit comments

Comments
 (0)