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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to