Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
94a4bcdce36558e918be2c29f2e4ce4cb1528c8f
/
.
/
test
/
CodeGen
/
CBackend
/
2004-02-26-FPNotPrintableConstants.llx
blob: 87a642b69d699d7b572bb32f034041b431db92d2 [
file
] [
log
] [
blame
]
;
This
is
a non
-
normal FP value
;
RUN
:
llvm
-
upgrade
<
%
s
|
llvm
-
as
|
llc
-
march
=
c
|
grep
FPConstant
|
grep
static
float
%
func
()
{
ret
float
0xFFF0000000000000
;
-
inf
}
double
%
func2
()
{
ret
double
0xFF20000000000000
;
-
inf
}