Refactor ExpandConstantFP so it can optimize load from constpool of types larger...
authorEvan Cheng <evan.cheng@apple.com>
Tue, 4 Mar 2008 08:05:30 +0000 (08:05 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 4 Mar 2008 08:05:30 +0000 (08:05 +0000)
commitef12057737229452c17983faa20857dba441ef05
treef8856f4499ea8cef6ccb30a55ec00ab6769e7500
parenta26e0fe1b470d65f614b257cd97b927a5e7e29e6
Refactor ExpandConstantFP so it can optimize load from constpool of types larger than f64 into extload from smaller types.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47883 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp