10 lines · plain
1; RUN: llc < %s -mtriple=arm-linux-gnueabi -mattr=+vfp2 -float-abi=hard | FileCheck %s2 3define float @f(float %z, double %a, float %b) {4; CHECK: vmov.f32 s0, s15 %tmp = call float @g(float %b)6 ret float %tmp7}8 9declare float @g(float)10