Changes in directory llvm/test/Regression/CodeGen/X86:
vec_splat.ll updated: 1.3 -> 1.4
---
Log message:
Don't know what I was thinking...
---
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.3
llvm/test/Regression/CodeGen/X86/vec_splat.ll:1.4
--- llvm/test/Regression/CodeGen/X86/vec_splat.ll:1.3 Sun Apr 16 13:16:43 2006
+++ llvm/test/Regression/CodeGen/X86/vec_splat.ll Thu Apr 20 14:47:28 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 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
_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits