mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-08 03:26:34 +00:00
shufps with load folding is better than movaps; movsd.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30849 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f2ea84aadc
commit
25fa8313d7
@ -1,4 +1,5 @@
|
|||||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep movsd | wc -l | grep 1
|
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep movhlps | wc -l | grep 1 &&
|
||||||
|
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep shufps | wc -l | grep 1
|
||||||
|
|
||||||
void %test() {
|
void %test() {
|
||||||
%tmp1 = load <4 x float>* null
|
%tmp1 = load <4 x float>* null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user