Skip to content

Commit 45ccc02

Browse files
pingshiyukuhar
andauthored
Update mlir/test/Integration/Dialect/Arith/CPU/comparison.mlir
Co-authored-by: Jakub Kuderski <[email protected]>
1 parent f48f880 commit 45ccc02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ func.func @cmpi_signed() {
7474
// CHECK-NEXT: 1
7575
func.call @cmpi_sge_i1(%false, %true) : (i1, i1) -> ()
7676

77-
// check that addui_extended overflow bit is treated as -1 in comparison operations
78-
// in the case of an overflow
77+
// Check that addui_extended overflow bit is treated as -1 in comparison operations
78+
// in the case of an overflow.
7979
// addui_extended -1 -1 = (..., overflow_bit)
8080
// assert(overflow_bit <= 0)
8181
%n1_i64 = arith.constant -1 : i64

0 commit comments

Comments
 (0)