Need to fix a check for the variable if it is declared in the inner
OpenMP region to be able to firstprivatize it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D88240
[OPENMP]Fix PR47621: Variable used by task inside a template function is not made firstprivate by default ClosedPublic Authored by ABataev on Sep 24 2020, 9:39 AM.
Details Summary Need to fix a check for the variable if it is declared in the inner
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 24 2020, 10:28 AM Closed by commit rGd1419c9fdab1: [OPENMP]Fix PR47621: Variable used by task inside a template function is not… (authored by ABataev). · Explain WhySep 24 2020, 10:56 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 294114 clang/lib/Sema/SemaOpenMP.cpp
clang/test/OpenMP/nvptx_target_parallel_reduction_codegen_tbaa_PR46146.cpp
clang/test/OpenMP/task_codegen.cpp
|