[llvm] 0863d06 - [X86] Regenerate cmov.ll tests

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Mon May 17 04:50:47 PDT 2021


Author: Simon Pilgrim
Date: 2021-05-17T12:50:38+01:00
New Revision: 0863d06050eb3bbf04a60aabed81e1712c7b7442

URL: https://github.com/llvm/llvm-project/commit/0863d06050eb3bbf04a60aabed81e1712c7b7442
DIFF: https://github.com/llvm/llvm-project/commit/0863d06050eb3bbf04a60aabed81e1712c7b7442.diff

LOG: [X86] Regenerate cmov.ll tests

Added: 
    

Modified: 
    llvm/test/CodeGen/X86/cmov.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/X86/cmov.ll b/llvm/test/CodeGen/X86/cmov.ll
index a014f1253d51..f584356333b3 100644
--- a/llvm/test/CodeGen/X86/cmov.ll
+++ b/llvm/test/CodeGen/X86/cmov.ll
@@ -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 at PLT
 ; CHECK-NEXT:    popq %rax
 ; CHECK-NEXT:    retq
   %c = trunc i64 %a to i32
@@ -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 at PLT
 ; CHECK-NEXT:    movl %ebx, %eax
 ; CHECK-NEXT:    popq %rbx
 ; CHECK-NEXT:    retq


        


More information about the llvm-commits mailing list