summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/RegionInfo/loops_1.ll
diff options
context:
space:
mode:
authorHongbin Zheng <etherzhhb@gmail.com>2016-02-25 17:54:25 +0000
committerHongbin Zheng <etherzhhb@gmail.com>2016-02-25 17:54:25 +0000
commitbc53977a0decc0c25d15faccedd81e39da8320cf (patch)
tree3635c57cc4f607e923252260946e641f5635cff4 /llvm/test/Analysis/RegionInfo/loops_1.ll
parent751337faa75179b57a315887f9dc6d8166eb0776 (diff)
downloadbcm5719-llvm-bc53977a0decc0c25d15faccedd81e39da8320cf.tar.gz
bcm5719-llvm-bc53977a0decc0c25d15faccedd81e39da8320cf.zip
Introduce RegionInfoAnalysis, which compute Region Tree in the new PassManager. NFC
Differential Revision: http://reviews.llvm.org/D17571 llvm-svn: 261904
Diffstat (limited to 'llvm/test/Analysis/RegionInfo/loops_1.ll')
-rw-r--r--llvm/test/Analysis/RegionInfo/loops_1.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/Analysis/RegionInfo/loops_1.ll b/llvm/test/Analysis/RegionInfo/loops_1.ll
index 9efe619ad9d..aedb4842f99 100644
--- a/llvm/test/Analysis/RegionInfo/loops_1.ll
+++ b/llvm/test/Analysis/RegionInfo/loops_1.ll
@@ -4,6 +4,8 @@
; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
; RUN: opt -regions -print-region-style=rn -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s
+; RUN: opt < %s -passes='print<regions>' 2>&1 | FileCheck %s
+
define internal fastcc zeroext i8 @loops_1() nounwind {
entry:
br i1 1, label %outer , label %a
OpenPOWER on IntegriCloud