[PATCH] D131953: [PowerPC][Coroutines] Add tail-call check with context information for coroutines
Ting Wang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 16 21:13:18 PDT 2022
tingwang updated this revision to Diff 453193.
tingwang added a comment.
For default implementation of `supportsTailCallFor`, return `supportsTailCalls()` as suggested in comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131953/new/
https://reviews.llvm.org/D131953
Files:
clang/test/CodeGenCoroutines/pr56329.cpp
llvm/include/llvm/Analysis/TargetTransformInfo.h
llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
llvm/lib/Analysis/TargetTransformInfo.cpp
llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h
llvm/lib/Transforms/Coroutines/CoroSplit.cpp
llvm/test/Transforms/Coroutines/coro-split-musttail-ppc64le.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131953.453193.patch
Type: text/x-patch
Size: 9401 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220817/a03e954d/attachment-0001.bin>
More information about the cfe-commits
mailing list