summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LICM/bisect-state.ll
blob: d8f382b22b736c48552954bdd186d758c11851b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
; Make sure we don't crash in LICM.
; RUN: opt %s -licm -opt-bisect-limit=1

define void @patatino() {
for.cond1:
  br label %for.body
for.body:
  br label %for.cond5
for.cond5:
  br i1 true, label %if.end, label %for.end
if.end:
  br label %for.cond5
for.end:
  br label %for.body
}
OpenPOWER on IntegriCloud