[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
Mon Nov 9 13:04:44 PST 2020


aschwaighofer created this revision.
aschwaighofer added a reviewer: rjmccall.
Herald added subscribers: llvm-commits, modocache, hiraditya.
Herald added a project: LLVM.
aschwaighofer requested review of this revision.

We need to be able to call function pointers. Inline the dispatch
function.

rdar://70097093


Repository:
  rG LLVM Github Monorepo

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.303966.patch
Type: text/x-patch
Size: 7444 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201109/5a363e6f/attachment.bin>


More information about the llvm-commits mailing list