If SSE3 is available, promote FP_TO_UINT i32 to FP_TO_SINT i64 to take
authorEvan Cheng <evan.cheng@apple.com>
Sat, 18 Feb 2006 07:26:17 +0000 (07:26 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 18 Feb 2006 07:26:17 +0000 (07:26 +0000)
commit45af8fd8c2394fdc92ce3b528cc03dd1eb8c5b45
tree6f5bd6a65c0248297d49ac3acf14ab43bfb94c6e
parentbce4805d6fec26b8261367a460cda177b71bf551
If SSE3 is available, promote FP_TO_UINT i32 to FP_TO_SINT i64 to take
advantage of fisttpll.

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