Use fldz and fld1 for long double constants instead of a constant pool load.
authorChris Lattner <sabre@nondot.org>
Sun, 27 Jan 2008 06:19:31 +0000 (06:19 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 27 Jan 2008 06:19:31 +0000 (06:19 +0000)
commit71d07a0dacd113b656a256c17b66b583e1ab76ec
treebfb16b5ada414725a2923b6421c70f55936754f9
parent84cd0e7fa30af43c47ad9533d84debb144596e48
Use fldz and fld1 for long double constants instead of a constant pool load.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46411 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp