aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/vec_shuffle-2.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-04-07 21:52:15 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-04-07 21:52:15 +0000
commit9e8734595a6cf172bbc8db450be0465ec337823b (patch)
treeb67cae8bef50ebef96e3dbe81876987f1909511a /test/CodeGen/X86/vec_shuffle-2.ll
parent30ea2fa93314e5b6ce3f58beaffe37f04ba76ac8 (diff)
downloadexternal_llvm-9e8734595a6cf172bbc8db450be0465ec337823b.zip
external_llvm-9e8734595a6cf172bbc8db450be0465ec337823b.tar.gz
external_llvm-9e8734595a6cf172bbc8db450be0465ec337823b.tar.bz2
Doh!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27500 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/vec_shuffle-2.ll')
-rw-r--r--test/CodeGen/X86/vec_shuffle-2.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/vec_shuffle-2.ll b/test/CodeGen/X86/vec_shuffle-2.ll
index d27ff7e..8dc58cf 100644
--- a/test/CodeGen/X86/vec_shuffle-2.ll
+++ b/test/CodeGen/X86/vec_shuffle-2.ll
@@ -2,7 +2,7 @@
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep pshuflw | wc -l | grep 1
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep movhps | wc -l | grep 1
-void %test_pshuf(<2 x long>* %res, <2 x long>* %A) {
+void %test1(<2 x long>* %res, <2 x long>* %A) {
%tmp = load <2 x long>* %A
%tmp = cast <2 x long> %tmp to <8 x short>
%tmp0 = extractelement <8 x short> %tmp, uint 0
@@ -26,7 +26,7 @@ void %test_pshuf(<2 x long>* %res, <2 x long>* %A) {
ret void
}
-void %testh_movhps(<4 x float>* %r, <2 x int>* %A) {
+void %test2(<4 x float>* %r, <2 x int>* %A) {
%tmp = load <4 x float>* %r
%tmp = cast <2 x int>* %A to double*
%tmp = load double* %tmp