Use a custom expander for all FP to int conversions, as the X86 only has
authorChris Lattner <sabre@nondot.org>
Sat, 30 Jul 2005 00:05:54 +0000 (00:05 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 30 Jul 2005 00:05:54 +0000 (00:05 +0000)
commit01546c5d500054ba45bda835898f1c96dc8bc502
tree7a18583f27105cc266d9977bda7906a860ff257e
parentf1fa74ee0d30dfdb854f7d3f5ee67437cc82e250
Use a custom expander for all FP to int conversions, as the X86 only has
FP-to-int-in-memory: this exposes the load from the stored slot to the
selection dag, allowing it to be folded into other operaions.

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