Skip to content

Commit d68f34b

Browse files
Update mlir/test/Integration/Dialect/Arith/CPU/comparison.mlir
Co-authored-by: Andrzej Warzyński <[email protected]>
1 parent 9d509b3 commit d68f34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Integration/Dialect/Arith/CPU/comparison.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func.func @cmpi_signed() {
4747
%true_i1 = arith.constant 1 : i1
4848
%true_i1_n1 = arith.constant -1 : i1
4949

50-
// int values 1 and -1 represent the same bitvector
50+
// int values 1 and -1 are represented with the same bitvector (`0b1`)
5151
// CHECK-LABEL: @cmpi_eq_i1
5252
// CHECK-NEXT: 1
5353
func.call @cmpi_eq_i1(%true_i1, %true_i1_n1) : (i1, i1) -> ()

0 commit comments

Comments
 (0)