[PATCH] D100415: [Coroutines] Split coroutine during CoroEarly into an init and ramp function
Chuanqi Xu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 13 20:27:06 PDT 2021
ChuanqiXu added a comment.
The overall idea looks good to me. Since this is a fundamental and large change, I need time to run it actually and look into details.
Noticed that this patch introduces new intrinsics and new concept `init function`, it may be needed to add them in the coroutines document.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100415/new/
https://reviews.llvm.org/D100415
More information about the llvm-commits
mailing list