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

Evan Cheng evan.cheng at apple.com
Sun Apr 16 11:16:55 PDT 2006



Changes in directory llvm/test/Regression/CodeGen/X86:

vec_splat.ll updated: 1.2 -> 1.3
---
Log message:

Better way to splat v2f64

---
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.2 llvm/test/Regression/CodeGen/X86/vec_splat.ll:1.3
--- llvm/test/Regression/CodeGen/X86/vec_splat.ll:1.2	Wed Mar 29 12:59:48 2006
+++ llvm/test/Regression/CodeGen/X86/vec_splat.ll	Sun Apr 16 13:16:43 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 unpcklpd
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep mulpd
 
 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