diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/xaluo.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/xaluo.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/xaluo.ll b/llvm/test/CodeGen/X86/xaluo.ll index 74b36daab65..5ee30673dbc 100644 --- a/llvm/test/CodeGen/X86/xaluo.ll +++ b/llvm/test/CodeGen/X86/xaluo.ll @@ -1409,7 +1409,6 @@ define {i64, i1} @usuboovf(i64 %a, i64 %b) { ; KNL-NEXT: subq %rdi, %rax ; KNL-NEXT: sbbb %dl, %dl ; KNL-NEXT: orb %cl, %dl -; KNL-NEXT: andb $1, %dl ; KNL-NEXT: retq %t0 = call {i64, i1} @llvm.usub.with.overflow.i64(i64 %a, i64 %a) %v0 = extractvalue {i64, i1} %t0, 0 |