summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/negative_zero.ll
blob: 29474c21f2444c6dc735b97b16648e09358eefa3 (plain)
1
2
3
4
5
6
; 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
}
OpenPOWER on IntegriCloud