blob: 690f488d8483d28c8c16514aa8061414ccef27d5 (
plain)
1
2
3
4
5
6
7
8
|
; RUN: llc < %s -mtriple=arm-linux-gnueabi -mattr=+vfp2 -float-abi=hard | grep {fcpys s0, s1}
define float @f(float %z, double %a, float %b) {
%tmp = call float @g(float %b)
ret float %tmp
}
declare float @g(float)
|