[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 07:03:42 PDT 2021


aschwaighofer added a comment.

@rjmccall The invariant is not all swiftailcc calls need to be annotate but only calls in tail position - call 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