[PATCH] D74618: [ARM] Creating 'call_mangled' for Neon intrinsics definitions

Diogo N. Sampaio via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 10 08:40:05 PDT 2020


dnsampaio accepted this revision.
dnsampaio added a comment.
This revision is now accepted and ready to land.

LGTM, after a nit inline.



================
Comment at: clang/include/clang/Basic/arm_neon_incl.td:66
+//                that has the variation and takes the given types, an error
+//                is generated at tblgen time.
+def call_mangled;
----------------
As the example above, it would be nice to have an example here as well.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74618/new/

https://reviews.llvm.org/D74618





More information about the cfe-commits mailing list