r207829 - CodeGen: rename __builtin_arm_sevl to __sevl

Reid Kleckner rnk at google.com
Mon Jun 30 11:06:12 PDT 2014


This should be doable by extending BuiltinsARM.def to use LANGBUILTIN and
adding LANGBUILTIN(__sevl, ..., ALL_MS_LANGUAGES).


On Mon, Jun 30, 2014 at 2:10 AM, Renato Golin <renato.golin at linaro.org>
wrote:

> On 30 June 2014 10:00, Yi Kong <kongy.dev at gmail.com> wrote:
> > I see MSVC has a long list of ARM Intrinsics, all named differently
> > from Clang. It's not feasible to rename Clang's intrinsics to MSVC's.
> > I think you should make __selv(and others) be MSVC specific and active
> > only in -fms-extensions.
>
> I agree. OS specific stuff should be a localization issue, while ABI
> stuff should be in the generic code.
>
> Yi, can you get the MSVC intrinsics into a class of their own? The
> builtins ARM test should differentiate between Win and ABI versions,
> as well.
>
> cheers,
> --renato
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140630/b46a3116/attachment.html>


More information about the cfe-commits mailing list