Sign in
ara-mdk
/
platform
/
external
/
llvm
/
850b74d3927c35850a99b10ca7809f61a3b69c67
/
.
/
test
/
CodeGen
/
X86
/
negative_zero.ll
blob: 29474c21f2444c6dc735b97b16648e09358eefa3 [
file
] [
log
] [
blame
]
; RUN: llc < %s -march=x86 -mattr=-sse2,-sse3 | grep fchs
define
double
@T
()
{
ret
double
-
1.0
;; codegen as fld1/fchs, not as a load from cst pool
}