[PATCH] D100415: [Coroutines] Split coroutine during CoroEarly into an init and ramp function
Xun Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 18 10:43:07 PDT 2021
lxfind added inline comments.
================
Comment at: llvm/lib/Transforms/Coroutines/CoroSplit.cpp:2231
// coroutine.
struct CoroSplitLegacy : public CallGraphSCCPass {
static char ID; // Pass identification, replacement for typeid
----------------
ChuanqiXu wrote:
> I am not familiar with the policy in LLVM that how should we treat LegacyPass in trunk. I mean, are we responsible to update the LegacyPassManager?
Yes I think so. I will deal with the legacypass latter.
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