]> granicus.if.org Git - clang/commit
[OPENMP] firstprivate and private clauses of teams, host codegeneration
authorCarlo Bertolli <cbertol@us.ibm.com>
Thu, 3 Mar 2016 22:09:40 +0000 (22:09 +0000)
committerCarlo Bertolli <cbertol@us.ibm.com>
Thu, 3 Mar 2016 22:09:40 +0000 (22:09 +0000)
commit28c50c7be1f492c5d850d97a16d6296f4f72d993
treebc48422ae7cd75cf3a8369751261776febea9c33
parent5d64047903eb9f048cd8eaf3586ade3a7a51b61d
[OPENMP] firstprivate and private clauses of teams, host codegeneration

Add code generation support for firstprivate and private clauses of teams on the host. Add extensive regression tests including lambda functions and vla testing.

http://reviews.llvm.org/D17582

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@262663 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGStmtOpenMP.cpp
test/OpenMP/teams_firstprivate_codegen.cpp [new file with mode: 0644]
test/OpenMP/teams_private_codegen.cpp [new file with mode: 0644]