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 f48f880 commit 45ccc02Copy full SHA for 45ccc02
mlir/test/Integration/Dialect/Arith/CPU/comparison.mlir
@@ -74,8 +74,8 @@ func.func @cmpi_signed() {
74
// CHECK-NEXT: 1
75
func.call @cmpi_sge_i1(%false, %true) : (i1, i1) -> ()
76
77
- // check that addui_extended overflow bit is treated as -1 in comparison operations
78
- // in the case of an overflow
+ // Check that addui_extended overflow bit is treated as -1 in comparison operations
+ // in the case of an overflow.
79
// addui_extended -1 -1 = (..., overflow_bit)
80
// assert(overflow_bit <= 0)
81
%n1_i64 = arith.constant -1 : i64
0 commit comments