[PATCH] D95443: IR/AArch64/X86: add "swifttailcc" calling convention.

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 11 10:04:18 PDT 2021


paquette added inline comments.


================
Comment at: llvm/docs/CodeGenerator.rst:2071
 * Caller and callee have the calling convention ``fastcc``, ``cc 10`` (GHC
-  calling convention), ``cc 11`` (HiPE calling convention), or ``tailcc``.
+  calling convention), ``cc 11`` (HiPE calling convention), ``tailcc``, or
+  ``swifttailcc``.
----------------
paquette wrote:
> Is `tailcc` supported on AArch64 yet? If not, this is somewhat misleading.
oh, duh, this patch adds that


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

https://reviews.llvm.org/D95443



More information about the llvm-commits mailing list