[PATCH] D91098: [coro] Async coroutines: Allow more than 3 arguments in the dispatch function
Arnold Schwaighofer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 11 09:28:00 PST 2020
aschwaighofer updated this revision to Diff 304548.
aschwaighofer added a comment.
Transfer the debug location from the suspend point to the functions called at and after the suspend point (context projection).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91098/new/
https://reviews.llvm.org/D91098
Files:
llvm/lib/Transforms/Coroutines/CoroSplit.cpp
llvm/test/Transforms/Coroutines/coro-async.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91098.304548.patch
Type: text/x-patch
Size: 8732 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201111/d0a10948/attachment.bin>
More information about the llvm-commits
mailing list