brintos

brintos / llvm-project-archived public Read only

0
0
Text · 456 B · f659372 Raw
21 lines · plain
1; RUN: llc < %s -mtriple=armv7-eabi -mattr=+vfp22; PR46863 4@g_d = external global double		; <ptr> [#uses=1]5 6define void @foo(float %yIncr) {7entry:8	br i1 undef, label %bb, label %bb49 10bb:		; preds = %entry11	%0 = call arm_aapcs_vfpcc  float @bar()		; <float> [#uses=1]12	%1 = fpext float %0 to double		; <double> [#uses=1]13	store double %1, ptr @g_d, align 814	br label %bb415 16bb4:		; preds = %bb, %entry17	unreachable18}19 20declare arm_aapcs_vfpcc float @bar()21