brintos

brintos / llvm-project-archived public Read only

0
0
Text · 336 B · cb3e042 Raw
17 lines · plain
1; RUN: llc -mtriple=arm-eabi -mcpu=arm1136jf-s %s -o /dev/null2; Radar 78546403 4define void @test() nounwind {5bb:6  br i1 undef, label %bb9, label %bb107 8bb9:9  %tmp63 = bitcast <4 x float> zeroinitializer to i12810  %tmp64 = trunc i128 %tmp63 to i3211  br label %bb1012 13bb10:14  %0 = phi i32 [ %tmp64, %bb9 ], [ undef, %bb ]15  ret void16}17