mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-29 14:40:39 +00:00
Update. It should use two shufps, not three!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28013 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
55d0fa1bfa
commit
771f88ad1b
@ -1,5 +1,5 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 &&
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep shuf | wc -l | grep 3 &&
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep shuf | wc -l | grep 2 &&
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | not grep unpck
|
||||
void %test(<4 x float>* %res, <4 x float>* %A, <4 x float>* %B, <4 x float>* %C) {
|
||||
%tmp3 = load <4 x float>* %B
|
||||
|
Loading…
Reference in New Issue
Block a user