Change fp to sint legalization on x86-32 to do 2 x i32
authorChris Lattner <sabre@nondot.org>
Wed, 17 Oct 2007 06:17:29 +0000 (06:17 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 17 Oct 2007 06:17:29 +0000 (06:17 +0000)
commit7ef1a4bf0401d54ce88d10bcb4d1a2e98663a843
treec797ebe484c162f5d9478454a106e24d1a93d63d
parent2ff75ee9ab90d2f44d6425f03af14077fb747a20
Change fp to sint legalization on x86-32 to do 2 x i32
loads instead of 1 x i64 loads.  This doesn't change any functionality yet.

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