[llvm-commits] [llvm] r57329 - in /llvm/trunk: include/llvm/ADT/ include/llvm/CodeGen/ lib/AsmParser/ lib/CodeGen/AsmPrinter/ lib/CodeGen/SelectionDAG/ lib/ExecutionEngine/ lib/Support/ lib/Target/CBackend/ lib/Target/CppBackend/ lib/Target/X86/ lib/Transforms/Scalar/ lib/VMCore/
Dale Johannesen
dalej at apple.com
Fri Oct 10 09:51:11 PDT 2008
On Oct 10, 2008, at 7:32 AMPDT, Neil Booth wrote:
> Dale Johannesen wrote:-
>
>> Author: johannes
>> Date: Thu Oct 9 18:00:39 2008
>> New Revision: 57329
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=57329&view=rev
>> Log:
>> Add a "loses information" return value to APFloat::convert
>> and APFloat::convertToInteger. Restore return value to
>> IEEE754. Adjust all users accordingly.
>
> Why not just adding a bit to the status return value? That would
> seem less invasive.
Didn't think of it. Yeah, that would be better.
More information about the llvm-commits
mailing list