[PATCH] D97915: [Coroutines] Handle overaligned frame allocation
Chuanqi Xu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun May 9 23:00:07 PDT 2021
ChuanqiXu added a comment.
> which should be correct. It is implemented by CodeGenFunction::EmitBuiltinAlignTo.
I agree it is correct. I just want to say we should comment it to avoid confusing.
Since the patch could handle the case if the frontend tries to search `::operator new(size_t, align_val_t)`, this patch should be based on D102147 <https://reviews.llvm.org/D102147>.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97915/new/
https://reviews.llvm.org/D97915
More information about the cfe-commits
mailing list