[PATCH] D153883: [Clang][OpenMP] Delay emission of __kmpc_alloc_shared for escaped VLAs
Gheorghe-Teodor Bercea via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 30 10:23:13 PDT 2023
doru1004 added inline comments.
================
Comment at: clang/lib/CodeGen/CodeGenFunction.h:2806
+ /// Return true if all the emissions for the VLA size have occured.
+ bool hasVLASize(const VariableArrayType *type);
+
----------------
ABataev wrote:
> 1. Is it possible that VariableArrayType does not have VLA size?
> 2. Fix param name
@ABataev How would point 1 happen?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153883/new/
https://reviews.llvm.org/D153883
More information about the cfe-commits
mailing list