Add code generation support for firstprivate and private clauses of teams on the host. Add extensive regression tests including lambda functions and vla testing.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D17582
[OPENMP] firstprivate and private clauses of teams, host codegeneration ClosedPublic Authored by carlo.bertolli on Feb 24 2016, 1:45 PM.
Details
Summary Add code generation support for firstprivate and private clauses of teams on the host. Add extensive regression tests including lambda functions and vla testing.
Diff Detail
Event Timelinecarlo.bertolli retitled this revision from to [OPENMP] firstprivate and private clauses of teams, host codegeneration. carlo.bertolli updated this object. This revision is now accepted and ready to land.Feb 25 2016, 7:55 PM
Revision Contents
Diff 48974 lib/CodeGen/CGStmtOpenMP.cpp
test/OpenMP/teams_firstprivate_codegen.cpp
test/OpenMP/teams_private_codegen.cpp
|