Correctly Expand or Promote FP_TO_UINT based on the capabilities of the
authorNate Begeman <natebegeman@mac.com>
Tue, 25 Oct 2005 23:48:36 +0000 (23:48 +0000)
committerNate Begeman <natebegeman@mac.com>
Tue, 25 Oct 2005 23:48:36 +0000 (23:48 +0000)
commitae749a9bb5aa4e350041e275ea26f4cc52197392
treeaa329c8ca7136614e49ce5395eefe3d721396170
parentb7f6ef12f682c7068ca7513e088177a0d1046b35
Correctly Expand or Promote FP_TO_UINT based on the capabilities of the
machine.  This allows us to generate great code for i32 FP_TO_UINT now on
targets with 64 bit extensions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23993 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelLowering.cpp