[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/mem_update.ll

Chris Lattner sabre at nondot.org
Fri Nov 10 16:13:23 PST 2006



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

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

enable this test, check ppc64 as well.


---
Diffs of the changes:  (+4 -4)

 mem_update.ll |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


Index: llvm/test/Regression/CodeGen/PowerPC/mem_update.ll
diff -u llvm/test/Regression/CodeGen/PowerPC/mem_update.ll:1.2 llvm/test/Regression/CodeGen/PowerPC/mem_update.ll:1.3
--- llvm/test/Regression/CodeGen/PowerPC/mem_update.ll:1.2	Thu Nov  9 20:04:52 2006
+++ llvm/test/Regression/CodeGen/PowerPC/mem_update.ll	Fri Nov 10 18:13:07 2006
@@ -1,7 +1,7 @@
-; RUN: llvm-as < %s | llc -march=ppc32 &&
-; RUN: llvm-as < %s | llc -march=ppc32 | not grep addi
-
-; XFAIL: *
+; RUN: llvm-as < %s | llc -march=ppc32 -enable-ppc-preinc &&
+; RUN: llvm-as < %s | llc -march=ppc32 -enable-ppc-preinc | not grep addi &&
+; RUN: llvm-as < %s | llc -march=ppc64 -enable-ppc-preinc &&
+; RUN: llvm-as < %s | llc -march=ppc64 -enable-ppc-preinc | not grep addi
 
 int *%test0(int *%X,  int *%dest) {
 	%Y = getelementptr int* %X, int 4






More information about the llvm-commits mailing list