]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/CodeGen/ARM/2010-04-14-SplitVector.ll
Vendor import of llvm RELEASE_360/rc2 tag r227651 (effectively, 3.6.0 RC2):
[FreeBSD/FreeBSD.git] / test / CodeGen / ARM / 2010-04-14-SplitVector.ll
1 ; RUN: llc -mtriple=arm-eabi -mcpu=arm1136jf-s %s -o /dev/null
2 ; Radar 7854640
3
4 define void @test() nounwind {
5 bb:
6   br i1 undef, label %bb9, label %bb10
7
8 bb9:
9   %tmp63 = bitcast <4 x float> zeroinitializer to i128
10   %tmp64 = trunc i128 %tmp63 to i32
11   br label %bb10
12
13 bb10:
14   %0 = phi i32 [ %tmp64, %bb9 ], [ undef, %bb ]
15   ret void
16 }