Skip to content

Commit 83c785e

Browse files
committed
Regenerate test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279386 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent ac36473 commit 83c785e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/CodeGen/X86/vec_fptrunc.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,14 +137,14 @@ entry:
137137
define <4 x float> @fptrunc_fromconst() {
138138
; X32-SSE-LABEL: fptrunc_fromconst:
139139
; X32-SSE: # BB#0: # %entry
140-
; X32-SSE-NEXT: cvtpd2ps .LCPI3_0, %xmm1
141-
; X32-SSE-NEXT: cvtpd2ps .LCPI3_1, %xmm0
140+
; X32-SSE-NEXT: cvtpd2ps {{\.LCPI.*}}, %xmm1
141+
; X32-SSE-NEXT: cvtpd2ps {{\.LCPI.*}}, %xmm0
142142
; X32-SSE-NEXT: unpcklpd {{.*#+}} xmm0 = xmm0[0],xmm1[0]
143143
; X32-SSE-NEXT: retl
144144
;
145145
; X32-AVX-LABEL: fptrunc_fromconst:
146146
; X32-AVX: # BB#0: # %entry
147-
; X32-AVX-NEXT: vcvtpd2psy .LCPI3_0, %xmm0
147+
; X32-AVX-NEXT: vcvtpd2psy {{\.LCPI.*}}, %xmm0
148148
; X32-AVX-NEXT: retl
149149
;
150150
; X64-SSE-LABEL: fptrunc_fromconst:

0 commit comments

Comments
 (0)