[all-commits] [llvm/llvm-project] d5ce82: [OpenMP 5.0] Fix user-defined mapper privatization...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Thu Sep 17 08:22:14 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d5ce8233bfcfdeb66c715a1def8e0b34d236d48a
https://github.com/llvm/llvm-project/commit/d5ce8233bfcfdeb66c715a1def8e0b34d236d48a
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2020-09-17 (Thu, 17 Sep 2020)
Changed paths:
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/test/OpenMP/target_depend_codegen.cpp
Log Message:
-----------
[OpenMP 5.0] Fix user-defined mapper privatization in tasks
This patch fixes the problem that user-defined mapper array is not correctly privatized inside a task. This problem causes openmp/libomptarget/test/offloading/target_depend_nowait.cpp fails.
Differential Revision: https://reviews.llvm.org/D84470
More information about the All-commits
mailing list