SSE does not support i64 SINT_TO_FP (FP stack doesn't either, but we custom
authorEvan Cheng <evan.cheng@apple.com>
Tue, 17 Jan 2006 02:32:49 +0000 (02:32 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 17 Jan 2006 02:32:49 +0000 (02:32 +0000)
commit6892f28e99f0d6e85f7be1d802231471cfd82839
tree5187f4014ca413d12f47f00ccaa3738e2d876b8a
parent362071d7d41e9005195435bb9bdde38eeef39c8c
SSE does not support i64 SINT_TO_FP (FP stack doesn't either, but we custom
expand it), so ask legalizer to expand i32 UINT_TO_FP.

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