[OPENMP]Add codegen for private vars with allocate clause.
authorAlexey Bataev <a.bataev@hotmail.com>
Tue, 2 Apr 2019 19:44:46 +0000 (19:44 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Tue, 2 Apr 2019 19:44:46 +0000 (19:44 +0000)
commit0fd3c68c1a753f947fd91d5aad3a366234fb6f3d
treec985cf9201042bfac63e4d0736bca0d21b08ca17
parenta31347f17d1f03d01845e7d433d24dedd3dec8e0
[OPENMP]Add codegen for private vars with allocate clause.

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

llvm-svn: 357514
clang/lib/CodeGen/CGOpenMPRuntime.cpp
clang/test/OpenMP/parallel_private_codegen.cpp