From 83c785e94dd4c7232848fca626460dd9a95edcab Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Sat, 20 Aug 2016 21:37:30 +0000 Subject: [PATCH] Regenerate test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279386 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/vec_fptrunc.ll | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/CodeGen/X86/vec_fptrunc.ll b/test/CodeGen/X86/vec_fptrunc.ll index fa22a4af175..343119382e7 100644 --- a/test/CodeGen/X86/vec_fptrunc.ll +++ b/test/CodeGen/X86/vec_fptrunc.ll @@ -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: -- 2.11.0