blob: 42f98521e30c67160e1d8fb7451470548c565b46 [file] [log] [blame]
Bob Wilson164cd8b2010-04-14 20:45:23 +00001; RUN: llc < %s -march=arm -mcpu=arm1136jf-s
2; Radar 7854640
3
4define arm_apcscc void @test() nounwind {
5bb:
6 br i1 undef, label %bb9, label %bb10
7
8bb9:
9 %tmp63 = bitcast <4 x float> zeroinitializer to i128
10 %tmp64 = trunc i128 %tmp63 to i32
11 br label %bb10
12
13bb10:
14 %0 = phi i32 [ %tmp64, %bb9 ], [ undef, %bb ]
15 ret void
16}