[llvm-commits] CVS: llvm/test/Regression/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll

Chris Lattner lattner at cs.uiuc.edu
Tue Oct 11 11:28:59 PDT 2005



Changes in directory llvm/test/Regression/Transforms/LoopStrengthReduce:

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

lsr doesn't emit gep instructions anymore


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

 dont_reduce_bytes.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Regression/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll
diff -u llvm/test/Regression/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll:1.2 llvm/test/Regression/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll:1.3
--- llvm/test/Regression/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll:1.2	Mon Aug  1 12:10:50 2005
+++ llvm/test/Regression/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll	Tue Oct 11 13:28:48 2005
@@ -1,7 +1,7 @@
 ; Don't reduce the byte access to P[i], at least not on targets that 
 ; support an efficient 'mem[r1+r2]' addressing mode.
 
-; RUN: llvm-as < %s | opt -loop-reduce | llvm-dis | grep 'getelementptr.*PTR.*INDVAR'
+; RUN: llvm-as < %s | opt -loop-reduce -disable-output
 
 ; XFAIL: *
 






More information about the llvm-commits mailing list