Regenerate test

llvm-svn: 279386
This commit is contained in:
Simon Pilgrim 2016-08-20 21:37:30 +00:00
parent a1142579f1
commit 8275583be6
1 changed files with 3 additions and 3 deletions

View File

@ -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: