diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/X86/vec_fptrunc.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/vec_fptrunc.ll b/llvm/test/CodeGen/X86/vec_fptrunc.ll index fa22a4af175..343119382e7 100644 --- a/llvm/test/CodeGen/X86/vec_fptrunc.ll +++ b/llvm/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: |

