We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac36473 commit 83c785eCopy full SHA for 83c785e
test/CodeGen/X86/vec_fptrunc.ll
@@ -137,14 +137,14 @@ entry:
137
define <4 x float> @fptrunc_fromconst() {
138
; X32-SSE-LABEL: fptrunc_fromconst:
139
; X32-SSE: # BB#0: # %entry
140
-; X32-SSE-NEXT: cvtpd2ps .LCPI3_0, %xmm1
141
-; X32-SSE-NEXT: cvtpd2ps .LCPI3_1, %xmm0
+; X32-SSE-NEXT: cvtpd2ps {{\.LCPI.*}}, %xmm1
+; X32-SSE-NEXT: cvtpd2ps {{\.LCPI.*}}, %xmm0
142
; X32-SSE-NEXT: unpcklpd {{.*#+}} xmm0 = xmm0[0],xmm1[0]
143
; X32-SSE-NEXT: retl
144
;
145
; X32-AVX-LABEL: fptrunc_fromconst:
146
; X32-AVX: # BB#0: # %entry
147
-; X32-AVX-NEXT: vcvtpd2psy .LCPI3_0, %xmm0
+; X32-AVX-NEXT: vcvtpd2psy {{\.LCPI.*}}, %xmm0
148
; X32-AVX-NEXT: retl
149
150
; X64-SSE-LABEL: fptrunc_fromconst:
0 commit comments