[X86][SSE] Intrinsics builtins test refresh. NFCI

llvm-svn: 248122
This commit is contained in:
Simon Pilgrim 2015-09-20 15:41:35 +00:00
parent b7e1f9d680
commit c6a553241c
2 changed files with 287 additions and 287 deletions

File diff suppressed because it is too large Load Diff

View File

@ -204,7 +204,7 @@ declare <4 x float> @llvm.x86.sse41.insertps(<4 x float>, <4 x float>, i32) noun
define <4 x float> @blendps_not_insertps_1(<4 x float> %t1, float %t2) nounwind {
; X32-LABEL: blendps_not_insertps_1:
; X32: ## BB#0:
; X32-NEXT: movss {{.*#+}} xmm1
; X32-NEXT: movss {{.*#+}} xmm1 = mem[0],zero,zero,zero
; X32-NEXT: blendps {{.*#+}} xmm0 = xmm1[0],xmm0[1,2,3]
; X32-NEXT: retl
;