diff options
| author | Chris Lattner <sabre@nondot.org> | 2005-08-04 01:18:48 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2005-08-04 01:18:48 +0000 |
| commit | 89fe67f19f69bf07bad8a21f07748cc02cf33c1c (patch) | |
| tree | a41896ab02f73caab0ec172ff039ae68fbf52ea9 /test/Transforms/LoopStrengthReduce | |
| parent | a4479ad25f7f184fc4600beb1d39fd1e71849c4d (diff) | |
this is not implemented by lsr yet
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22642 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/LoopStrengthReduce')
| -rw-r--r-- | test/Transforms/LoopStrengthReduce/ops_after_indvar.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/LoopStrengthReduce/ops_after_indvar.ll b/test/Transforms/LoopStrengthReduce/ops_after_indvar.ll index b4bda7e537..76680a901f 100644 --- a/test/Transforms/LoopStrengthReduce/ops_after_indvar.ll +++ b/test/Transforms/LoopStrengthReduce/ops_after_indvar.ll @@ -2,6 +2,7 @@ ; gets reduced, making INDVAR dead. ; RUN: llvm-as < %s | opt -loop-reduce | llvm-dis | not grep INDVAR +; XFAIL: * declare bool %pred() declare int %getidx() |
