Sign in
swiftshader
/
SwiftShader
/
c81766320762e6a67dad91e6a41304f8713bc7d1
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
Generic
/
storetrunc-fp.ll
blob: 7f7c7f71b3adfc4a026b58139397416e07c95170 [
file
] [
log
] [
blame
]
; RUN: llc < %s
define
void
@foo
(
double
%a
,
double
%b
,
float
*
%fp
)
{
%c
=
fadd
double
%a
,
%b
%d
=
fptrunc
double
%c
to
float
store
float
%d
,
float
*
%fp
ret
void
}