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
}