llvm-6502/include
Duncan Sands ac6cecec18 It is pointless to turn a UINT_TO_FP into an
SINT_TO_FP libcall plus additional operations:
it might as well be a direct UINT_TO_FP libcall.
So only turn it into an SINT_TO_FP if the target
has special handling for SINT_TO_FP.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53461 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-11 17:00:14 +00:00
..
llvm It is pointless to turn a UINT_TO_FP into an 2008-07-11 17:00:14 +00:00
llvm-c Provide a hook to set the code generation debug options to investigate lto failures. 2008-07-03 22:53:14 +00:00