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

Chris Lattner lattner at cs.uiuc.edu
Sat Nov 6 13:10:00 PST 2004



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

rlwimi.ll updated: 1.1 -> 1.2
---
Log message:

Add missing run line


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

Index: llvm/test/Regression/CodeGen/PowerPC/rlwimi.ll
diff -u llvm/test/Regression/CodeGen/PowerPC/rlwimi.ll:1.1 llvm/test/Regression/CodeGen/PowerPC/rlwimi.ll:1.2
--- llvm/test/Regression/CodeGen/PowerPC/rlwimi.ll:1.1	Sun Oct 24 05:30:22 2004
+++ llvm/test/Regression/CodeGen/PowerPC/rlwimi.ll	Sat Nov  6 15:09:46 2004
@@ -1,5 +1,5 @@
-target endian = big
-target pointersize = 32
+; All of these ands and shifts should be folded into rlwimi's
+; RUN: llvm-as < rlwimi.ll | llc -march=ppc32 | not grep and
 
 implementation   ; Functions:
 






More information about the llvm-commits mailing list