Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
d901b6640e0f1d1757a2db9fb57a140ad828ea75
/
.
/
test
/
CodeGen
/
X86
/
storetrunc-fp.ll
blob: 655cbd68b37adb4c9e36e7a68a3f06094c417b6b [
file
] [
log
] [
blame
]
; RUN: llvm-as < %s | llc -march=x86 | not grep flds
define
void
@foo
(
x86_fp80
%a
,
x86_fp80
%b
,
float
*
%fp
)
{
%c
=
add
x86_fp80
%a
,
%b
%d
=
fptrunc
x86_fp80
%c
to
float
store
float
%d
,
float
*
%fp
ret
void
}