[llvm-commits] [patch] Allow printing of fp128 values to assembly

Renato Golin renato.golin at linaro.org
Mon Jan 7 07:54:38 PST 2013


Hi Tim,

Doesn't look wrong, but could be like the others, repeating a big but
having a section just for the long double. I mean, all of them repeat
themselves a bit anyway, so unless you're ready to join all of them, I
think joining two vaguely similar won't add much value to the code. ;)

--renato


On 7 January 2013 13:57, Tim Northover <Tim.Northover at arm.com> wrote:

> Hi all,
>
> This patch adds support for printing fp128 values to assembly, necessary
> for
> AArch64 since the ABI defines "long double" to be IEEE-754 quad precision.
>
> It's part of the change to generic LLVM code that we had to implement while
> developing the AArch64 backend. These are the changes that no other target
> exercises, so sending them to the list before would have been a little
> motive-less, and often untestable.
>
> I think this one is reasonably simple; OK to commit?
>
> Cheers.
>
> Tim.
>
> -- IMPORTANT NOTICE: The contents of this email and any attachments are
> confidential and may also be privileged. If you are not the intended
> recipient, please notify the sender immediately and do not disclose the
> contents to any other person, use it for any purpose, or store or copy the
> information in any medium.  Thank you.
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130107/60b5b233/attachment.html>


More information about the llvm-commits mailing list