[PATCH] D131684: [coro async] Mark async suspend function and its resume function pointer intrinsic as nomerge
Arnold Schwaighofer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 11 08:12:03 PDT 2022
aschwaighofer created this revision.
aschwaighofer added a reviewer: nate_chandler.
Herald added a project: All.
aschwaighofer requested review of this revision.
Herald added subscribers: llvm-commits, jdoerfert.
Herald added a project: LLVM.
Coroutine splitting is not possible if the one-to-one mapping between the two is
lost. Every suspend point must have a matching continuation function
pointer.
rdar://98404664
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D131684
Files:
llvm/include/llvm/IR/Intrinsics.td
llvm/test/Transforms/Coroutines/coro-async-nomerge.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131684.451866.patch
Type: text/x-patch
Size: 6180 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220811/d1100c2b/attachment.bin>
More information about the llvm-commits
mailing list