Sign in
ara-mdk
/
platform
/
external
/
llvm
/
14891447fff5b9a5980c1728fbe15140b6350ae3
/
.
/
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
}