[PATCH] D100282: [Coroutines] Set presplit attribute in Clang instead of CoroEarly pass
Chuanqi Xu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 13 20:33:13 PDT 2021
ChuanqiXu accepted this revision.
ChuanqiXu added a comment.
I agree with the idea we should set the attribute in the frontend or move Coro-early pass in the front. It looks more weird to add a `noinline` attribute and move it later.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100282/new/
https://reviews.llvm.org/D100282
More information about the llvm-commits
mailing list