Sign in
swiftshader
/
SwiftShader
/
1659484b3f2ca28e9f04133c3743caf4e852cc3d
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
ARM
/
ret_f32_arg5.ll
blob: c6ce60ecb9c86d83d578df09e3e5c4afcc540fed [
file
]
; RUN: llc < %s -march=arm -mattr=+vfp2
define
float
@test_f32_arg5
(
float
%a1
,
float
%a2
,
float
%a3
,
float
%a4
,
float
%a5
)
{
ret
float
%a5
}