[llvm-commits] CVS: llvm/test/CodeGen/PowerPC/iabs.ll rlwimi3.ll
Reid Spencer
reid at x10sys.com
Mon Apr 16 08:16:37 PDT 2007
Changes in directory llvm/test/CodeGen/PowerPC:
iabs.ll updated: 1.1 -> 1.2
rlwimi3.ll updated: 1.2 -> 1.3
---
Log message:
For PR1319: http://llvm.org/PR1319 :
Fix test syntax per new rules.
---
Diffs of the changes: (+4 -2)
iabs.ll | 3 ++-
rlwimi3.ll | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
Index: llvm/test/CodeGen/PowerPC/iabs.ll
diff -u llvm/test/CodeGen/PowerPC/iabs.ll:1.1 llvm/test/CodeGen/PowerPC/iabs.ll:1.2
--- llvm/test/CodeGen/PowerPC/iabs.ll:1.1 Wed Apr 11 00:02:57 2007
+++ llvm/test/CodeGen/PowerPC/iabs.ll Mon Apr 16 10:15:51 2007
@@ -1,4 +1,5 @@
-; RUN: llvm-as < %s | llc -march=ppc32 -stats 2>&1 | grep '4 .*Number of machine instrs printed'
+; RUN: llvm-as < %s | llc -march=ppc32 -stats |& \
+; RUN: grep {4 .*Number of machine instrs printed}
;; Integer absolute value, should produce something as good as:
;; srawi r2, r3, 31
Index: llvm/test/CodeGen/PowerPC/rlwimi3.ll
diff -u llvm/test/CodeGen/PowerPC/rlwimi3.ll:1.2 llvm/test/CodeGen/PowerPC/rlwimi3.ll:1.3
--- llvm/test/CodeGen/PowerPC/rlwimi3.ll:1.2 Fri Dec 1 22:23:08 2006
+++ llvm/test/CodeGen/PowerPC/rlwimi3.ll Mon Apr 16 10:15:51 2007
@@ -1,4 +1,5 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 -stats 2>&1 | grep 'Number of machine instrs printed' | grep 12
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 -stats |& \
+; RUN: grep {Number of machine instrs printed} | grep 12
ushort %Trans16Bit(uint %srcA, uint %srcB, uint %alpha) {
%tmp1 = shl uint %srcA, ubyte 15 ; <uint> [#uses=1]
More information about the llvm-commits
mailing list