r205100 - ARM64: initial clang support commit.

Yaron Keren yaron.keren at gmail.com
Mon Mar 31 00:35:12 PDT 2014


Hi Tim,

The switch code in EmitCommonNeonSISDBuiltinExpr() :

  switch (BuiltinID) {
  default: break;
  }

CGBuiltin.cpp:2791 generates an obvious warning in Visual Studio.

It's a placeholder for things to come?

Yaron



2014-03-29 18:09 GMT+03:00 Tim Northover <tnorthover at apple.com>:

> Author: tnorthover
> Date: Sat Mar 29 10:09:45 2014
> New Revision: 205100
>
> URL: http://llvm.org/viewvc/llvm-project?rev=205100&view=rev
> Log:
> ARM64: initial clang support commit.
>
> This adds Clang support for the ARM64 backend. There are definitely
> still some rough edges, so please bring up any issues you see with
> this patch.
>
> As with the LLVM commit though, we think it'll be more useful for
> merging with AArch64 from within the tree.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140331/20852a72/attachment.html>


More information about the cfe-commits mailing list