]> granicus.if.org Git - clang/commit
[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)
commitbc0fd569105bad7efd7f25b0947cc6e457107c81
tree70e3e41874c9bd45ba204a28c2fb8e1d53715d79
parent28d3364fc2f8392c17863e9537f0e441000951d3
[OPENMP]Add codegen for private vars with allocate clause.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@357514 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGOpenMPRuntime.cpp
test/OpenMP/parallel_private_codegen.cpp