2004-07-26 13:04:25 +08:00
|
|
|
; This is a non-normal FP value
|
2009-09-09 08:09:15 +08:00
|
|
|
; RUN: llc < %s -march=c | grep FPConstant | grep static
|
2004-02-27 06:55:11 +08:00
|
|
|
|
2008-02-19 09:41:04 +08:00
|
|
|
define float @func() {
|
|
|
|
ret float 0xFFF0000000000000
|
2004-02-27 06:55:11 +08:00
|
|
|
}
|
|
|
|
|
2008-02-19 09:41:04 +08:00
|
|
|
define double @func2() {
|
|
|
|
ret double 0xFF20000000000000
|
2004-07-26 23:04:13 +08:00
|
|
|
}
|
2008-02-19 09:41:04 +08:00
|
|
|
|