blob: cb3e04259ae35a39bf2f6ae323d8b9f1d4b45ba3 [file] [log] [blame]
Saleem Abdulrasool72587352014-04-03 16:01:44 +00001; RUN: llc -mtriple=arm-eabi -mcpu=arm1136jf-s %s -o /dev/null
Bob Wilsonc05b8872010-04-14 20:45:23 +00002; Radar 7854640
3
Rafael Espindola29dda212010-06-17 15:18:27 +00004define void @test() nounwind {
Bob Wilsonc05b8872010-04-14 20:45:23 +00005bb:
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}