[PATCH] Fix AAPCS-VFP non-compliance when returning HFA from variadic function

Renato Golin renato.golin at linaro.org
Thu Jan 16 06:38:49 PST 2014


On 16 January 2014 12:03, Tim Northover <t.p.northover at gmail.com> wrote:

> Which seems to mean the correct change is basically replacing any
> check for "AAPCS_VFP" with "AAPCS_VFP && !isVariadic" (with any
> simplifications that might be possible).
>

Yes, *every* variadic function uses the base standard, so that could be
used as a shortcut on any function that marshals arguments or return
values, independent on the VFP status.

--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140116/937756d9/attachment.html>


More information about the cfe-commits mailing list