repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
Analysis
/
RegionInfo
/
infinite_loop.ll
blob
d578df793a002806e0765a924085d1ab8f3871b0
1
; REQUIRES: asserts
2
; RUN: opt -stats -passes='print<regions>' -disable-output < %s 2>&1 | FileCheck -check-prefix=STAT %s
3
4
define void @normal_condition() nounwind {
5
0:
6
br label %1
7
1:
8
br i1 1, label %2, label %3
9
2:
10
br label %2
11
3:
12
br label %4
13
4:
14
ret void
15
}
16
; STAT: 1 region - The # of regions