diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/bool-simplify.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/bool-simplify.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/bool-simplify.ll b/llvm/test/CodeGen/X86/bool-simplify.ll index 60931a7d8b3..bbb7eb7c176 100644 --- a/llvm/test/CodeGen/X86/bool-simplify.ll +++ b/llvm/test/CodeGen/X86/bool-simplify.ll @@ -53,7 +53,7 @@ define i16 @rnd16(i16 %arg) nounwind { ; CHECK: # %bb.0: ; CHECK-NEXT: xorl %eax, %eax ; CHECK-NEXT: rdrandw %cx -; CHECK-NEXT: cmovbw %di, %ax +; CHECK-NEXT: cmovbl %edi, %eax ; CHECK-NEXT: addl %ecx, %eax ; CHECK-NEXT: # kill: def $ax killed $ax killed $eax ; CHECK-NEXT: retq @@ -105,7 +105,7 @@ define i16 @seed16(i16 %arg) nounwind { ; CHECK: # %bb.0: ; CHECK-NEXT: xorl %eax, %eax ; CHECK-NEXT: rdseedw %cx -; CHECK-NEXT: cmovbw %di, %ax +; CHECK-NEXT: cmovbl %edi, %eax ; CHECK-NEXT: addl %ecx, %eax ; CHECK-NEXT: # kill: def $ax killed $ax killed $eax ; CHECK-NEXT: retq |