Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
3e0c901b99821255fa6e17af6f6f68a183114aeb
/
.
/
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
}