[llvm] r279386 - Regenerate test

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 20 14:37:31 PDT 2016


Author: rksimon
Date: Sat Aug 20 16:37:30 2016
New Revision: 279386

URL: http://llvm.org/viewvc/llvm-project?rev=279386&view=rev
Log:
Regenerate test

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

Modified: llvm/trunk/test/CodeGen/X86/vec_fptrunc.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_fptrunc.ll?rev=279386&r1=279385&r2=279386&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_fptrunc.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_fptrunc.ll Sat Aug 20 16:37:30 2016
@@ -137,14 +137,14 @@ entry:
 define <4 x float> @fptrunc_fromconst() {
 ; X32-SSE-LABEL: fptrunc_fromconst:
 ; X32-SSE:       # BB#0: # %entry
-; X32-SSE-NEXT:    cvtpd2ps .LCPI3_0, %xmm1
-; X32-SSE-NEXT:    cvtpd2ps .LCPI3_1, %xmm0
+; X32-SSE-NEXT:    cvtpd2ps {{\.LCPI.*}}, %xmm1
+; X32-SSE-NEXT:    cvtpd2ps {{\.LCPI.*}}, %xmm0
 ; X32-SSE-NEXT:    unpcklpd {{.*#+}} xmm0 = xmm0[0],xmm1[0]
 ; X32-SSE-NEXT:    retl
 ;
 ; X32-AVX-LABEL: fptrunc_fromconst:
 ; X32-AVX:       # BB#0: # %entry
-; X32-AVX-NEXT:    vcvtpd2psy .LCPI3_0, %xmm0
+; X32-AVX-NEXT:    vcvtpd2psy {{\.LCPI.*}}, %xmm0
 ; X32-AVX-NEXT:    retl
 ;
 ; X64-SSE-LABEL: fptrunc_fromconst:




More information about the llvm-commits mailing list