summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/CodeGen/X86/negatize_zero.ll
blob: 3c22d5b3e23874b0f34c85005811aeaa518742a6 (plain)
1
2
3
4
5
6
; RUN: llvm-as < %s | llc -march=x86 -mattr=-sse2 | grep fchs


double %T() {
	ret double -1.0   ;; codegen as fld1/fchs, not as a load from cst pool
}
OpenPOWER on IntegriCloud