summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/LoopAccessAnalysis/underlying-objects-2.ll
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2016-07-02 21:18:40 +0000
committerXinliang David Li <davidxl@google.com>2016-07-02 21:18:40 +0000
commit8a021317a2b316fa258afc669c581ac181468882 (patch)
tree911472d8ba1a62d2ff22fa48f8cb4ef06738e547 /llvm/test/Analysis/LoopAccessAnalysis/underlying-objects-2.ll
parenta7329dac6f7582bf63e97aacd11024bdbd18f049 (diff)
downloadbcm5719-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/underlying-objects-2.ll')
-rw-r--r--llvm/test/Analysis/LoopAccessAnalysis/underlying-objects-2.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Analysis/LoopAccessAnalysis/underlying-objects-2.ll b/llvm/test/Analysis/LoopAccessAnalysis/underlying-objects-2.ll
index d388151365f..e140b254a32 100644
--- a/llvm/test/Analysis/LoopAccessAnalysis/underlying-objects-2.ll
+++ b/llvm/test/Analysis/LoopAccessAnalysis/underlying-objects-2.ll
@@ -1,4 +1,5 @@
; RUN: opt -basicaa -loop-accesses -analyze < %s | FileCheck %s
+; RUN: opt -passes='loop(print-access-info)' -disable-output < %s 2>&1 | FileCheck %s
; This loop:
;
OpenPOWER on IntegriCloud