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 9d509b3 commit d68f34bCopy full SHA for d68f34b
mlir/test/Integration/Dialect/Arith/CPU/comparison.mlir
@@ -47,7 +47,7 @@ func.func @cmpi_signed() {
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
+ // int values 1 and -1 are represented with the same bitvector (`0b1`)
51
// CHECK-LABEL: @cmpi_eq_i1
52
// CHECK-NEXT: 1
53
func.call @cmpi_eq_i1(%true_i1, %true_i1_n1) : (i1, i1) -> ()
0 commit comments