[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/vec_splat.ll
Evan Cheng
evan.cheng at apple.com
Fri Apr 21 09:42:59 PDT 2006
Changes in directory llvm/test/Regression/CodeGen/X86:
vec_splat.ll updated: 1.5 -> 1.6
---
Log message:
movddup is a SSE3 instruction.
---
Diffs of the changes: (+1 -1)
vec_splat.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen/X86/vec_splat.ll
diff -u llvm/test/Regression/CodeGen/X86/vec_splat.ll:1.5 llvm/test/Regression/CodeGen/X86/vec_splat.ll:1.6
--- llvm/test/Regression/CodeGen/X86/vec_splat.ll:1.5 Thu Apr 20 23:58:23 2006
+++ llvm/test/Regression/CodeGen/X86/vec_splat.ll Fri Apr 21 11:42:47 2006
@@ -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
More information about the llvm-commits
mailing list