[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / Transforms / SimpleLoopUnswitch / 2011-06-02-CritSwitch.ll
blobb861d3029d566d3d7f7f49c05bc8cbb5ce77cb2c
1 ; RUN: opt -simple-loop-unswitch -disable-output < %s
2 ; RUN: opt -simple-loop-unswitch -enable-mssa-loop-dependency=true -verify-memoryssa -disable-output < %s
3 ; PR10031
5 define i32 @test(i32 %command) {
6 entry:
7   br label %tailrecurse
9 tailrecurse:                                      ; preds = %if.then14, %tailrecurse, %entry
10   br i1 undef, label %if.then, label %tailrecurse
12 if.then:                                          ; preds = %tailrecurse
13   switch i32 %command, label %sw.bb [
14     i32 2, label %land.lhs.true
15     i32 0, label %land.lhs.true
16   ]
18 land.lhs.true:                                    ; preds = %if.then, %if.then
19   br i1 undef, label %sw.bb, label %if.then14
21 if.then14:                                        ; preds = %land.lhs.true
22   switch i32 %command, label %tailrecurse [
23     i32 0, label %sw.bb
24     i32 1, label %sw.bb
25   ]
27 sw.bb:                                            ; preds = %if.then14
28   unreachable