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

Chuanqi Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 16 20:14:50 PDT 2022


ChuanqiXu accepted this revision.
ChuanqiXu added a comment.
This revision is now accepted and ready to land.

LGTM with comment addressed. Thanks!



================
Comment at: llvm/include/llvm/Analysis/TargetTransformInfoImpl.h:346
 
+  bool supportsTailCallFor(const CallBase *CB) const { return true; }
+
----------------
The default implementation should return `supportsTailCalls()`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131953



More information about the llvm-commits mailing list