summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-04-21 16:42:47 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-04-21 16:42:47 +0000
commit236d23b88ee828973cb0c79824af7d46fe0b465f (patch)
tree4ce2d6d1f78834e96bbe64c14a25a5591ef1e344 /llvm
parent28ead23d1ccb2bb63c4f1c4a362aea2cfef4b157 (diff)
downloadbcm5719-llvm-236d23b88ee828973cb0c79824af7d46fe0b465f.tar.gz
bcm5719-llvm-236d23b88ee828973cb0c79824af7d46fe0b465f.zip
movddup is a SSE3 instruction.
llvm-svn: 27932
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Regression/CodeGen/X86/vec_splat.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/CodeGen/X86/vec_splat.ll b/llvm/test/Regression/CodeGen/X86/vec_splat.ll
index b50038c5861..5d5cdc83e1f 100644
--- a/llvm/test/Regression/CodeGen/X86/vec_splat.ll
+++ b/llvm/test/Regression/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 movddup
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse3 | 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
OpenPOWER on IntegriCloud