[PATCH] D103275: Update musttail verification to check all swiftasync->swiftasync tail calls.

Arnold Schwaighofer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 28 06:51:58 PDT 2021


aschwaighofer added inline comments.


================
Comment at: llvm/docs/LangRef.rst:11360
+   - ``musttail`` is mandatory for tail calls where both the caller and
+     the callee use the ``swifttailcc`` convention.
 
----------------
I think we should clarify that this only applies to calls immediately followed by return.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103275



More information about the llvm-commits mailing list