Sign in
cobalt
/
cobalt
/
0c2b1d4428f8ae16220e86a16bebd07ff691a412
/
.
/
third_party
/
llvm-project
/
llvm
/
test
/
CodeGen
/
X86
/
storetrunc-fp.ll
blob: 0ead0bab410d898d54420f30824af0c7f056fc75 [
file
] [
log
] [
blame
]
; RUN: llc < %s -mtriple=i686-- | not grep flds
define
void
@foo
(
x86_fp80
%a
,
x86_fp80
%b
,
float
*
%fp
)
{
%c
=
fadd
x86_fp80
%a
,
%b
%d
=
fptrunc
x86_fp80
%c
to
float
store
float
%d
,
float
*
%fp
ret
void
}