[PATCH] D124998: [AArch64][SVE] Add aarch64_sve_pcs attribute to Clang

Matt Devereau via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 5 08:35:53 PDT 2022


MattDevereau updated this revision to Diff 427335.
MattDevereau added a comment.

set `CXCallingConv_AArch64SVEPcs= 17` to 18 to resolve ABI break
renamed CC_AArch64SVEPcs to CC_AArch64SVEPCS


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124998

Files:
  clang/include/clang-c/Index.h
  clang/include/clang/Basic/Attr.td
  clang/include/clang/Basic/AttrDocs.td
  clang/include/clang/Basic/Specifiers.h
  clang/lib/AST/ItaniumMangle.cpp
  clang/lib/AST/Type.cpp
  clang/lib/AST/TypePrinter.cpp
  clang/lib/Basic/Targets/AArch64.cpp
  clang/lib/CodeGen/CGCall.cpp
  clang/lib/CodeGen/CGDebugInfo.cpp
  clang/lib/Sema/SemaDeclAttr.cpp
  clang/lib/Sema/SemaType.cpp
  clang/test/CodeGen/aarch64-svepcs.c
  clang/test/Sema/aarch64-svepcs.c
  clang/test/Sema/callingconv.c
  clang/tools/libclang/CXType.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124998.427335.patch
Type: text/x-patch
Size: 14525 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220505/a2d0e1cb/attachment-0001.bin>


More information about the cfe-commits mailing list