summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/LoopAccessAnalysis/reverse-memcheck-bounds.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/reverse-memcheck-bounds.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/reverse-memcheck-bounds.ll')
-rw-r--r--llvm/test/Analysis/LoopAccessAnalysis/reverse-memcheck-bounds.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Analysis/LoopAccessAnalysis/reverse-memcheck-bounds.ll b/llvm/test/Analysis/LoopAccessAnalysis/reverse-memcheck-bounds.ll
index 0a0194f8abb..556eaddd3ea 100644
--- a/llvm/test/Analysis/LoopAccessAnalysis/reverse-memcheck-bounds.ll
+++ b/llvm/test/Analysis/LoopAccessAnalysis/reverse-memcheck-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
; The runtime memory check code and the access grouping
; algorithm both assume that the start and end values
OpenPOWER on IntegriCloud