diff options
author | Chris Lattner <sabre@nondot.org> | 2005-10-11 18:28:48 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-10-11 18:28:48 +0000 |
commit | 4b43159c55b30551f667b21143d943a852cc9ea9 (patch) | |
tree | ba79c4df78612508f60a6989e2ad948b4597cffb | |
parent | b4dd1b86fab8f5f60e06f54a7416c9d0f3e0016f (diff) |
lsr doesn't emit gep instructions anymore
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23696 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll b/test/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll index 659e3f815e..1613a5b0bd 100644 --- a/test/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll +++ b/test/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll @@ -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: * |