diff options
| author | Sean Silva <chisophugis@gmail.com> | 2016-07-07 01:01:53 +0000 |
|---|---|---|
| committer | Sean Silva <chisophugis@gmail.com> | 2016-07-07 01:01:53 +0000 |
| commit | 284b0324e217e38c3992536545f3e72f425a1daa (patch) | |
| tree | 77c56891f0b34663d1977fdba1ccc77b84b75717 /llvm/test/Analysis/LoopAccessAnalysis/store-to-invariant-check2.ll | |
| parent | ade4eed8a72103eee21c57b5feb0fb17ec3c5f3b (diff) | |
| download | bcm5719-llvm-284b0324e217e38c3992536545f3e72f425a1daa.tar.gz bcm5719-llvm-284b0324e217e38c3992536545f3e72f425a1daa.zip | |
[PM] Avoid getResult on a higher level in LoopAccessAnalysis
Note that require<domtree> and require<loops> aren't needed because they
come in implicitly via the loop pass manager.
llvm-svn: 274712
Diffstat (limited to 'llvm/test/Analysis/LoopAccessAnalysis/store-to-invariant-check2.ll')
| -rw-r--r-- | llvm/test/Analysis/LoopAccessAnalysis/store-to-invariant-check2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Analysis/LoopAccessAnalysis/store-to-invariant-check2.ll b/llvm/test/Analysis/LoopAccessAnalysis/store-to-invariant-check2.ll index 29fcea3903d..711c14ef772 100644 --- a/llvm/test/Analysis/LoopAccessAnalysis/store-to-invariant-check2.ll +++ b/llvm/test/Analysis/LoopAccessAnalysis/store-to-invariant-check2.ll @@ -1,5 +1,5 @@ ; RUN: opt < %s -loop-accesses -analyze | FileCheck %s -; RUN: opt -passes='loop(print-access-info)' -disable-output < %s 2>&1 | FileCheck %s +; RUN: opt -passes='require<scalar-evolution>,require<aa>,loop(print-access-info)' -disable-output < %s 2>&1 | FileCheck %s ; Test to confirm LAA will not find store to invariant address. ; Inner loop has no store to invariant address. |

