[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/vec_splat.ll
Evan Cheng
evan.cheng at apple.com
Wed Mar 29 11:00:01 PST 2006
Changes in directory llvm/test/Regression/CodeGen/X86:
vec_splat.ll updated: 1.1 -> 1.2
---
Log message:
Use unpcklpd for v2f64 splat.
---
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.1 llvm/test/Regression/CodeGen/X86/vec_splat.ll:1.2
--- llvm/test/Regression/CodeGen/X86/vec_splat.ll:1.1 Wed Mar 22 15:39:25 2006
+++ llvm/test/Regression/CodeGen/X86/vec_splat.ll Wed Mar 29 12:59:48 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 movlhps
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep unpcklpd
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