[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/vec_shuffle.ll
Chris Lattner
lattner at cs.uiuc.edu
Thu Apr 13 09:52:25 PDT 2006
Changes in directory llvm/test/Regression/CodeGen/PowerPC:
vec_shuffle.ll updated: 1.6 -> 1.7
---
Log message:
Update a count, this test now passes.
---
Diffs of the changes: (+1 -1)
vec_shuffle.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen/PowerPC/vec_shuffle.ll
diff -u llvm/test/Regression/CodeGen/PowerPC/vec_shuffle.ll:1.6 llvm/test/Regression/CodeGen/PowerPC/vec_shuffle.ll:1.7
--- llvm/test/Regression/CodeGen/PowerPC/vec_shuffle.ll:1.6 Sat Apr 8 02:13:46 2006
+++ llvm/test/Regression/CodeGen/PowerPC/vec_shuffle.ll Thu Apr 13 11:52:13 2006
@@ -1,6 +1,6 @@
; RUN: llvm-as < %s | opt -instcombine | llc -march=ppc32 -mcpu=g5 | not grep vperm &&
; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 | grep vsldoi | wc -l | grep 2 &&
-; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 | grep vmrgh | wc -l | grep 6 &&
+; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 | grep vmrgh | wc -l | grep 7 &&
; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 | grep vmrgl | wc -l | grep 6 &&
; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 | grep vpkuhum | wc -l | grep 1 &&
; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 | grep vpkuwum | wc -l | grep 1
More information about the llvm-commits
mailing list