mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 07:39:31 +00:00
Use unpcklpd for v2f64 splat.
llvm-svn: 27249
This commit is contained in:
parent
e7701928bb
commit
0e323f1e49
@ -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 movlhps
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep unpcklpd
|
||||
|
||||
void %test_v4sf(<4 x float>* %P, <4 x float>* %Q, float %X) {
|
||||
%tmp = insertelement <4 x float> zeroinitializer, float %X, uint 0
|
||||
|
Loading…
Reference in New Issue
Block a user