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