[PATCH] D97915: [Coroutines] Handle overaligned frame allocation
John McCall via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 5 10:50:35 PST 2021
rjmccall added a comment.
Let's try to avoid adding a new builtin for what we acknowledge is a workaround. Builtins become part of the language supported by the compiler, so we shouldn't add them casually.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97915/new/
https://reviews.llvm.org/D97915
More information about the llvm-commits
mailing list