Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
090516fe932ad4ed14b72ea27017aeb4a15cb15c
/
.
/
llvm
/
test
/
Regression
/
CodeGen
/
CBackend
/
2004-02-26-FPNotPrintableConstants.llx
blob: f32dddb845d962340d9f0955010ba4f82fbf5bc0 [
file
] [
log
] [
blame
]
;
This
is
a non
-
normal FP value
:
it
's a nan.
; RUN: llvm-as < %s | llc -march=c | grep FPConstant | grep static
float %func () {
ret float 0xFF20000000000000
}