16 lines · plain
1; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-unknown-linux-gnu2; PR42803 4define i32 @__fixunssfsi(float %a) nounwind readnone {5entry:6 %0 = fcmp ult float %a, 0x41E0000000000000 ; <i1> [#uses=1]7 br i1 %0, label %bb1, label %bb8 9bb: ; preds = %entry10 ret i32 111 12bb1: ; preds = %entry13 ret i32 014}15 16