Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / Transforms / LICM / bisect-state.ll
blobb9bc232999888a3793c9b1ad6a9eccceb7db27e9
1 ; Make sure we don't crash in LICM.
2 ; RUN: opt %s -passes=licm -opt-bisect-limit=1
4 define void @patatino() {
5 for.cond1:
6   br label %for.body
7 for.body:
8   br label %for.cond5
9 for.cond5:
10   br i1 true, label %if.end, label %for.end
11 if.end:
12   br label %for.cond5
13 for.end:
14   br label %for.body