[all-commits] [llvm/llvm-project] 579c42: [OPENMP]Fix PR47621: Variable used by task inside ...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Thu Sep 24 13:22:52 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 579c42225ac373688dbdbe3a1ce62986a6bf638a
https://github.com/llvm/llvm-project/commit/579c42225ac373688dbdbe3a1ce62986a6bf638a
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2020-09-24 (Thu, 24 Sep 2020)
Changed paths:
M clang/lib/Sema/SemaOpenMP.cpp
M clang/test/OpenMP/nvptx_target_parallel_reduction_codegen_tbaa_PR46146.cpp
M clang/test/OpenMP/task_codegen.cpp
Log Message:
-----------
[OPENMP]Fix PR47621: Variable used by task inside a template function is not made firstprivate by default
Need to fix a check for the variable if it is declared in the inner
OpenMP region to be able to firstprivatize it.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D88240
More information about the All-commits
mailing list