[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/vec_splat.ll

Evan Cheng evan.cheng at apple.com
Thu Apr 20 12:47:40 PDT 2006



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






More information about the llvm-commits mailing list