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

Paul Walker via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 5 06:28:57 PDT 2022


paulwalker-arm added a comment.

Just wanted to say this is not a new calling convention as such, but rather an existing one that is generally auto-detected based on function signature.  The problem we're trying to solve here is that we need a way to allow a user to force the calling convention when the function signature would not normally choose it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124998



More information about the cfe-commits mailing list