[llvm-commits] [llvm] r120909 - /llvm/trunk/lib/VMCore/Constants.cpp

Benjamin Kramer benny.kra at googlemail.com
Sat Dec 4 12:57:14 PST 2010


On 04.12.2010, at 21:37, Duncan Sands wrote:

> Hi Benjamin,
> 
>> Apparently APFloat::getZero doesn't like PPCDoubleDoubles.
> 
> shouldn't it be fixed then?

It asserts that it can't do arithmetic on doubledoubles (which is reasonable, they have weird semantics).
I don't see why it needs arithmetic to get a constants but I'd rather leave this problem to someone who
is more familiar with APFloat's undocumented beauty.



More information about the llvm-commits mailing list