Skip to content

Commit 13ae182

Browse files
committed
updates to latest comments #1
1 parent f48f880 commit 13ae182

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ func.func @cmpi_signed() {
5555
%false = arith.constant false
5656
%true = arith.constant true
5757

58-
// signed comparisons on i1s
5958
// slt 0 1 = false, sle 0 1 = false, sgt 0 1 = true, sge 0 1 = true
6059

6160
// CHECK-LABEL: @cmpi_slt_i1

0 commit comments

Comments
 (0)