Skip to content

Commit

Permalink
[X86] Regenerate cmov.ll tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RKSimon committed May 17, 2021
1 parent d05ae0f commit 0863d06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/test/CodeGen/X86/cmov.ll
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ define void @test3(i64 %a, i64 %b, i1 %p) nounwind {
; CHECK-NEXT: pushq %rax
; CHECK-NEXT: testb $1, %dl
; CHECK-NEXT: cmovel %esi, %edi
; CHECK-NEXT: callq bar
; CHECK-NEXT: callq bar@PLT
; CHECK-NEXT: popq %rax
; CHECK-NEXT: retq
%c = trunc i64 %a to i32
Expand Down Expand Up @@ -110,7 +110,7 @@ define i1 @test4() nounwind {
; CHECK-NEXT: movzbl %cl, %esi
; CHECK-NEXT: movl $_2E_str, %edi
; CHECK-NEXT: xorl %eax, %eax
; CHECK-NEXT: callq printf
; CHECK-NEXT: callq printf@PLT
; CHECK-NEXT: movl %ebx, %eax
; CHECK-NEXT: popq %rbx
; CHECK-NEXT: retq
Expand Down

0 comments on commit 0863d06

Please sign in to comment.