Better way to splat v2f64

llvm-svn: 27735
This commit is contained in:
Evan Cheng 2006-04-16 18:16:43 +00:00
parent 68b2e5b4b0
commit 087af2ecda

View File

@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep shufps
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep unpcklpd
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep mulpd
void %test_v4sf(<4 x float>* %P, <4 x float>* %Q, float %X) {
%tmp = insertelement <4 x float> zeroinitializer, float %X, uint 0