Changes in directory llvm/test/Regression/CodeGen/X86:
vec_shuffle-2.ll updated: 1.1 -> 1.2 --- Log message: Doh! --- Diffs of the changes: (+2 -2) vec_shuffle-2.ll | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/test/Regression/CodeGen/X86/vec_shuffle-2.ll diff -u llvm/test/Regression/CodeGen/X86/vec_shuffle-2.ll:1.1 llvm/test/Regression/CodeGen/X86/vec_shuffle-2.ll:1.2 --- llvm/test/Regression/CodeGen/X86/vec_shuffle-2.ll:1.1 Fri Apr 7 00:35:45 2006 +++ llvm/test/Regression/CodeGen/X86/vec_shuffle-2.ll Fri Apr 7 16:52:15 2006 @@ -2,7 +2,7 @@ ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep pshuflw | wc -l | grep 1 ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep movhps | wc -l | grep 1 -void %test_pshuf(<2 x long>* %res, <2 x long>* %A) { +void %test1(<2 x long>* %res, <2 x long>* %A) { %tmp = load <2 x long>* %A %tmp = cast <2 x long> %tmp to <8 x short> %tmp0 = extractelement <8 x short> %tmp, uint 0 @@ -26,7 +26,7 @@ ret void } -void %testh_movhps(<4 x float>* %r, <2 x int>* %A) { +void %test2(<4 x float>* %r, <2 x int>* %A) { %tmp = load <4 x float>* %r %tmp = cast <2 x int>* %A to double* %tmp = load double* %tmp _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits