[llvm] r217575 - [x86] Fixup r217565 which baked in an assumption about the function

Chandler Carruth chandlerc at gmail.com
Thu Sep 11 03:21:26 PDT 2014


Author: chandlerc
Date: Thu Sep 11 05:21:25 2014
New Revision: 217575

URL: http://llvm.org/viewvc/llvm-project?rev=217575&view=rev
Log:
[x86] Fixup r217565 which baked in an assumption about the function
name that breaks on some platforms. This part of the test just doesn't
matter...

Modified:
    llvm/trunk/test/CodeGen/X86/vec_extract.ll

Modified: llvm/trunk/test/CodeGen/X86/vec_extract.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_extract.ll?rev=217575&r1=217574&r2=217575&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_extract.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_extract.ll Thu Sep 11 05:21:25 2014
@@ -40,7 +40,7 @@ entry:
 
 define double @test4(double %A) nounwind {
 ; CHECK-LABEL: test4:
-; CHECK:         calll foo
+; CHECK:         calll {{.*}}foo
 ; CHECK-NEXT:    unpckhpd %[[X:xmm[0-9]+]], %[[X]]
 ; CHECK-NEXT:    addsd {{.*}}(%{{.*}}), %[[X2]]
 ; CHECK-NEXT:    movsd %[[X2]], [[mem:.*\(%.*\)]]





More information about the llvm-commits mailing list