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 1848dd5 commit c0ba3fdCopy full SHA for c0ba3fd
llvm/test/CodeGen/X86/underflow-compare-fold.ll
@@ -8,7 +8,7 @@ define i64 @subIfNoUnderflow_umin(i64 %a, i64 %b) {
8
; CHECK-NEXT: movq %rdi, %rax
9
; CHECK-NEXT: subq %rsi, %rax
10
; CHECK-NEXT: cmovbq %rdi, %rax
11
-; retq
+; CHECK-NEXT: retq
12
entry:
13
%sub = sub i64 %a, %b
14
%cond = tail call i64 @llvm.umin.i64(i64 %sub, i64 %a)
0 commit comments