[PATCH] D131953: [PowerPC][Coroutines] Add tail-call check with context information for coroutines

ChenZheng via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 18 20:15:20 PDT 2022


shchenz accepted this revision as: shchenz.
shchenz added a comment.

This LGTM. Although `supportsTailCallFor` is not completely equal to how PPC backend checks tail call support, we can continuously improve this when we have more caller of `supportsTailCallFor()` in future.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131953



More information about the cfe-commits mailing list