================ @@ -1981,6 +1981,29 @@ static bool OpenCLBuiltinToAddr(Sema &S, unsigned BuiltinID, CallExpr *Call) { return false; } +// In OpenCL, __builtin_alloca_* should return a pointer to address space +// that corresponds to the stack address space i.e private address space. +static bool OpenCLBuiltinAllocaAddrSpace(Sema &S, CallExpr *TheCall) { ---------------- AnastasiaStulova wrote:
Just a nit, since this function also has non-OpenCL specific code, it would make more sense to remove OpenCL from the name. https://github.com/llvm/llvm-project/pull/95750 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits