[all-commits] [llvm/llvm-project] b3c80d: [OPENMP]Remove const firstprivate allocation as a ...
cilkplus via All-commits
all-commits at lists.llvm.org
Wed Jul 7 05:57:24 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b3c80dd8943a0d962bea1969b7a9e0147504d293
https://github.com/llvm/llvm-project/commit/b3c80dd8943a0d962bea1969b7a9e0147504d293
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2021-07-07 (Wed, 07 Jul 2021)
Changed paths:
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/lib/CodeGen/CGOpenMPRuntime.h
M clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp
M clang/lib/CodeGen/CGOpenMPRuntimeGPU.h
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/test/OpenMP/nvptx_target_firstprivate_codegen.cpp
M clang/test/OpenMP/target_firstprivate_codegen.cpp
Log Message:
-----------
[OPENMP]Remove const firstprivate allocation as a variable in a constant space.
Current implementation is not compatible with asynchronous target
regions, need to remove it.
Differential Revision: https://reviews.llvm.org/D105375
More information about the All-commits
mailing list