[ARM] Better OR's for MVE compares
[llvm-core.git] / test / Transforms / LICM / bisect-state.ll
blobd8f382b22b736c48552954bdd186d758c11851b6
1 ; Make sure we don't crash in LICM.
2 ; RUN: opt %s -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