[PATCH] D115440: [clang][auto-init] Provide __builtin_alloca_uninitialized
Marco Elver via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 9 05:23:46 PST 2021
melver added inline comments.
================
Comment at: clang/lib/CodeGen/CGBuiltin.cpp:3436
case Builtin::BI__builtin_alloca_with_align: {
Value *Size = EmitScalarExpr(E->getArg(0));
----------------
glider wrote:
> For the sake of completeness, shall we also implement an uninitialized version of __builtin_alloca_with_align()?
You are right, I've added that, too.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115440/new/
https://reviews.llvm.org/D115440
More information about the cfe-commits
mailing list