diff options
author | Evan Cheng <evan.cheng@apple.com> | 2006-04-20 19:47:28 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2006-04-20 19:47:28 +0000 |
commit | a4c31899932845c3d8fa05a6427f6806070cfd9c (patch) | |
tree | 87d095c97147231437e884a168a3f02e8f58ebc7 /test/CodeGen/X86 | |
parent | ba2194ae84b04b37120b189e2e23eac3daa3b0a0 (diff) | |
download | external_llvm-a4c31899932845c3d8fa05a6427f6806070cfd9c.zip external_llvm-a4c31899932845c3d8fa05a6427f6806070cfd9c.tar.gz external_llvm-a4c31899932845c3d8fa05a6427f6806070cfd9c.tar.bz2 |
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')
-rw-r--r-- | test/CodeGen/X86/vec_splat.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_splat.ll b/test/CodeGen/X86/vec_splat.ll index fdd09af..20d6e60 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 |