[OPENMP]Add codegen for firstprivate vars with allocate clause.
authorAlexey Bataev <a.bataev@hotmail.com>
Wed, 3 Apr 2019 17:57:06 +0000 (17:57 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Wed, 3 Apr 2019 17:57:06 +0000 (17:57 +0000)
commit9c3978188939680677e7b2128f7c048812c29f6f
tree7071c5f88a000f8fd4ffc5fc39d4e00a03b1770f
parent6c49e1ce2610171add0132d678981d18d7702d84
[OPENMP]Add codegen for firstprivate vars with allocate clause.

Added codegen/test for the firstprivatized variables with the allocate
clause.

llvm-svn: 357617
clang/lib/CodeGen/CGDecl.cpp
clang/lib/CodeGen/CGOpenMPRuntime.cpp
clang/lib/CodeGen/CGStmtOpenMP.cpp
clang/test/OpenMP/parallel_firstprivate_codegen.cpp