The pattern isel is aggressively codegen'ing all of the loads in these
[oota-llvm.git] / test / CodeGen / X86 / negatize_zero.ll
1 ; RUN: llvm-as < %s | llc -march=x86 | grep fchs
2
3
4 double %T() {
5         ret double -1.0   ;; codegen as fld1/fchs, not as a load from cst pool
6 }