[PATCH] D81482: [Clang][OpenMP][OMPBuilder] (2/4) Privatize `parallel` for `OMPBuilder`

Fady Ghanim via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 9 10:25:32 PDT 2020


fghanim created this revision.
fghanim added a reviewer: jdoerfert.
Herald added subscribers: cfe-commits, sstefan1, guansong, yaxunl.
Herald added a project: clang.
fghanim added a child revision: D79677: [clang][OpenMP][OMPIRBuilder] Adding some Privatization clauses to OpenMP `parallel` Directive.
fghanim added a parent revision: D79676: [Clang][OpenMP][OMPBuilder] Moving OMP allocation and cache creation code to OMPBuilderCBHelpers.

adding lit-test for usage of 'private' in the OMPBuilder implementation
of `omp parallel`

note: this was originally a part of D79677 <https://reviews.llvm.org/D79677>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81482

Files:
  clang/test/OpenMP/parallel_private_codegen.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81482.269585.patch
Type: text/x-patch
Size: 13517 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200609/1097120e/attachment-0001.bin>


More information about the cfe-commits mailing list