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