diff options
author | Xinliang David Li <davidxl@google.com> | 2016-07-02 21:18:40 +0000 |
---|---|---|
committer | Xinliang David Li <davidxl@google.com> | 2016-07-02 21:18:40 +0000 |
commit | 8a021317a2b316fa258afc669c581ac181468882 (patch) | |
tree | 911472d8ba1a62d2ff22fa48f8cb4ef06738e547 /llvm/test/Analysis/LoopAccessAnalysis/pointer-with-unknown-bounds.ll | |
parent | a7329dac6f7582bf63e97aacd11024bdbd18f049 (diff) | |
download | bcm5719-llvm-8a021317a2b316fa258afc669c581ac181468882.tar.gz bcm5719-llvm-8a021317a2b316fa258afc669c581ac181468882.zip |
[PM] Port LoopAccessInfo analysis to new PM
It is implemented as a LoopAnalysis pass as
discussed and agreed upon.
llvm-svn: 274452
Diffstat (limited to 'llvm/test/Analysis/LoopAccessAnalysis/pointer-with-unknown-bounds.ll')
-rw-r--r-- | llvm/test/Analysis/LoopAccessAnalysis/pointer-with-unknown-bounds.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Analysis/LoopAccessAnalysis/pointer-with-unknown-bounds.ll b/llvm/test/Analysis/LoopAccessAnalysis/pointer-with-unknown-bounds.ll index 20b7fb2c633..ae52a55ffad 100644 --- a/llvm/test/Analysis/LoopAccessAnalysis/pointer-with-unknown-bounds.ll +++ b/llvm/test/Analysis/LoopAccessAnalysis/pointer-with-unknown-bounds.ll @@ -1,4 +1,5 @@ ; RUN: opt -loop-accesses -analyze < %s | FileCheck %s +; RUN: opt -passes='loop(print-access-info)' -disable-output < %s 2>&1 | FileCheck %s target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128" |