[OPENMP 4.5] Codegen for 'lastprivate' clauses in 'taskloop' directives.
OpenMP 4.5 adds taskloop/taskloop simd directives. These directives allow to use lastprivate clause. Patch adds codegen for this clause. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@268618 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/CodeGen/CGOpenMPRuntime.cpp 211 additions, 75 deletionslib/CodeGen/CGOpenMPRuntime.cpp
- lib/CodeGen/CGOpenMPRuntime.h 3 additions, 0 deletionslib/CodeGen/CGOpenMPRuntime.h
- lib/CodeGen/CGStmtOpenMP.cpp 59 additions, 9 deletionslib/CodeGen/CGStmtOpenMP.cpp
- test/OpenMP/taskloop_lastprivate_codegen.cpp 527 additions, 0 deletionstest/OpenMP/taskloop_lastprivate_codegen.cpp
- test/OpenMP/taskloop_simd_lastprivate_codegen.cpp 527 additions, 0 deletionstest/OpenMP/taskloop_simd_lastprivate_codegen.cpp
Loading
Please register or sign in to comment