[all-commits] [llvm/llvm-project] 138888: Enable dynamic-sized VLAs for data sharing in Open...
Gheorghe-Teodor Bercea via All-commits
all-commits at lists.llvm.org
Thu Jul 6 07:57:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 13888870e568dea84c4ea65fe5c01ef4f4ccc751
https://github.com/llvm/llvm-project/commit/13888870e568dea84c4ea65fe5c01ef4f4ccc751
Author: Doru Bercea <doru.bercea at amd.com>
Date: 2023-07-06 (Thu, 06 Jul 2023)
Changed paths:
M clang/lib/CodeGen/CGDecl.cpp
M clang/lib/CodeGen/CGOpenMPRuntime.h
M clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp
M clang/lib/CodeGen/CGOpenMPRuntimeGPU.h
M clang/lib/CodeGen/CodeGenFunction.h
A clang/test/OpenMP/amdgcn_target_device_vla.cpp
Log Message:
-----------
Enable dynamic-sized VLAs for data sharing in OpenMP offloaded target regions.
Review: https://reviews.llvm.org/D153883
More information about the All-commits
mailing list