mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-15 17:58:50 +00:00
shufps with load folding is better than movaps; movsd.
llvm-svn: 30849
This commit is contained in:
parent
d1a37cb9dc
commit
ddd78757d1
@ -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() {
|
||||
%tmp1 = load <4 x float>* null
|
||||
|
Loading…
x
Reference in New Issue
Block a user