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.
2 parents 5c77e4d + d68f34b commit 3cb8377Copy full SHA for 3cb8377
mlir/test/Integration/Dialect/Arith/CPU/comparison.mlir
@@ -47,8 +47,7 @@ func.func @cmpi_eq() {
47
%true_i1 = arith.constant 1 : i1
48
%true_i1_n1 = arith.constant -1 : i1
49
50
- // int values 1 and -1 represent the same bitvector
51
-
+ // int values 1 and -1 are represented with the same bitvector (`0b1`)
52
// CHECK-LABEL: @cmpi_eq_i1
53
// CHECK-NEXT: 1
54
func.call @cmpi_eq_i1(%true_i1, %true_i1_n1) : (i1, i1) -> ()
0 commit comments