summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_splat.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-04-20 19:47:28 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-04-20 19:47:28 +0000
commita4c31899932845c3d8fa05a6427f6806070cfd9c (patch)
tree87d095c97147231437e884a168a3f02e8f58ebc7 /test/CodeGen/X86/vec_splat.ll
parentba2194ae84b04b37120b189e2e23eac3daa3b0a0 (diff)
downloadllvm-a4c31899932845c3d8fa05a6427f6806070cfd9c.tar.gz
llvm-a4c31899932845c3d8fa05a6427f6806070cfd9c.tar.bz2
llvm-a4c31899932845c3d8fa05a6427f6806070cfd9c.tar.xz
Don't know what I was thinking...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27909 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/vec_splat.ll')
-rw-r--r--test/CodeGen/X86/vec_splat.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_splat.ll b/test/CodeGen/X86/vec_splat.ll
index fdd09afa52..20d6e60dd8 100644
--- a/test/CodeGen/X86/vec_splat.ll
+++ b/test/CodeGen/X86/vec_splat.ll
@@ -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 mulpd
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep movddup
void %test_v4sf(<4 x float>* %P, <4 x float>* %Q, float %X) {
%tmp = insertelement <4 x float> zeroinitializer, float %X, uint 0