[all-commits] [llvm/llvm-project] c83563: [OPENMP]Fix PR49098: respect firstprivate of decla...
cilkplus via All-commits
all-commits at lists.llvm.org
Wed Apr 28 05:40:28 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c835630c25a4f9925517949579f66a43b113fbc9
https://github.com/llvm/llvm-project/commit/c835630c25a4f9925517949579f66a43b113fbc9
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2021-04-28 (Wed, 28 Apr 2021)
Changed paths:
M clang/lib/Sema/SemaOpenMP.cpp
M clang/test/OpenMP/target_firstprivate_codegen.cpp
Log Message:
-----------
[OPENMP]Fix PR49098: respect firstprivate of declare target variable.
Need to respect mapping/privatization of declare target variables in the
target regions if explicitly specified by the user.
Differential Revision: https://reviews.llvm.org/D99530
More information about the All-commits
mailing list