[llvm-commits] [patch] fp128 sint_to_fp folding fix

Renato Golin renato.golin at linaro.org
Mon Jan 7 08:06:28 PST 2013


On 7 January 2013 14:50, Tim Northover <Tim.Northover at arm.com> wrote:

> This patch fixes the constant folding of sint_to_fp when applied to fp128
> type. Previously the APFloat was created as a PPC128, which is obviously
> not
> appropriate here.
>

I don't get what IEEE has to do with it...

Nothing wrong with your commit, but looks like a special case to me to
force PPC types for non-IEEE... Even weirder is that this is the default...

cheers,
--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130107/36c36e8c/attachment.html>


More information about the llvm-commits mailing list