summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2015-01-20 10:58:50 +0000
committerChandler Carruth <chandlerc@gmail.com>2015-01-20 10:58:50 +0000
commitaaf0b4cd57c609b33c2c12adc5d0ca109c8e6131 (patch)
tree8958918d6c6c77ddea7a62888f32cabe1d9b075e /llvm/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll
parente7427f2f86cfbc56ef434ae5ff5d7361c0d8cd71 (diff)
downloadbcm5719-llvm-aaf0b4cd57c609b33c2c12adc5d0ca109c8e6131.tar.gz
bcm5719-llvm-aaf0b4cd57c609b33c2c12adc5d0ca109c8e6131.zip
[PM] Port LoopInfo to the new pass manager, adding both a LoopAnalysis
pass and a LoopPrinterPass with the expected associated wiring. I've added a RUN line to the only test case (!!!) we have that actually prints loops. Everything seems to be working. This is somewhat exciting as this is the first analysis using another analysis to go in for the new pass manager. =D I also believe it is the last analysis necessary for porting instcombine, but of course I may yet discover more. llvm-svn: 226560
Diffstat (limited to 'llvm/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll')
-rw-r--r--llvm/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll b/llvm/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll
index a87bab7cabf..599b3e4b031 100644
--- a/llvm/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll
+++ b/llvm/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll
@@ -2,6 +2,7 @@
; not a child of the loopentry.6 loop.
;
; RUN: opt < %s -analyze -loops | FileCheck %s
+; RUN: opt < %s -passes='print<loops>' -disable-output 2>&1 | FileCheck %s
; CHECK: Loop at depth 4 containing: %loopentry.7<header><latch><exiting>
OpenPOWER on IntegriCloud