[PATCH] D96926: [Coroutine] Relax CoroElide musttail check
Xun Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 17 19:13:14 PST 2021
lxfind created this revision.
lxfind added reviewers: junparser, ChuanqiXu.
Herald added subscribers: hoy, modimo, wenlei, hiraditya.
lxfind requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
As discussed in D94834 <https://reviews.llvm.org/D94834>, we don't really need to do complicated analysis. It's safe to just drop the tail call attribute.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D96926
Files:
llvm/lib/Transforms/Coroutines/CoroElide.cpp
llvm/test/Transforms/Coroutines/coro-elide-musttail.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96926.324496.patch
Type: text/x-patch
Size: 5529 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210218/7cc01120/attachment.bin>
More information about the llvm-commits
mailing list