Skip to content

Commit 3cb8377

Browse files
committed
Merge branch 'arith-regression-comparison' of github.com:pingshiyu/llvm-project into arith-regression-comparison
2 parents 5c77e4d + d68f34b commit 3cb8377

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ func.func @cmpi_eq() {
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
51-
50+
// int values 1 and -1 are represented with the same bitvector (`0b1`)
5251
// CHECK-LABEL: @cmpi_eq_i1
5352
// CHECK-NEXT: 1
5453
func.call @cmpi_eq_i1(%true_i1, %true_i1_n1) : (i1, i1) -> ()

0 commit comments

Comments
 (0)