[PATCH] [AArch64] Fix intrinsics implementation using nested macros

Jiangning Liu liujiangning1 at gmail.com
Sat Jan 25 19:44:15 PST 2014


committed as r200114.


2014-01-22 Jiangning Liu <liujiangning1 at gmail.com>

> Hi,
>
> Attached patch is to fix intrinsics implementation using nested macros.
>
> For intrinsics implemented with macro, if they contain another intrinsic
> implemented with maco, we have to avoid using the same argument names for
> the nested instrinsics
> , otherwise it would introduce incorrect semantics.
>
> For example, macro vfms_lane is being implemented
> with another macor vfma_lane, so we rename all arguments for vfms_lane by
> adding a suffix '1'.
>
> --
> Thanks,
> -Jiangning
>



-- 
Thanks,
-Jiangning
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140126/0c266b58/attachment.html>


More information about the cfe-commits mailing list