[PATCH] D105066: [Coroutines] Remove CoroElide from O0 pipeline
Chuanqi Xu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 28 18:42:38 PDT 2021
ChuanqiXu added a comment.
On O0, it is possible to inline if the user marked the function with `always_inline`.
Since CoroElide is kind of optimization, it should be OK to skip in O0.
Out of curiosity, what's the reason that you want to remove it?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105066/new/
https://reviews.llvm.org/D105066
More information about the llvm-commits
mailing list