[PATCH] D85617: [OpenMP][OMPBuilder] Adding support for `omp single`

Fady Ghanim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 9 12:32:29 PDT 2020


fghanim created this revision.
Herald added subscribers: llvm-commits, guansong, hiraditya, yaxunl.
Herald added a project: LLVM.
fghanim requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added a subscriber: sstefan1.

This adds support for generating `omp single`, and necessary calls for
`copyprivate` clause.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D85617

Files:
  llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
  llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
  llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85617.284226.patch
Type: text/x-patch
Size: 7404 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200809/0841a17c/attachment.bin>


More information about the llvm-commits mailing list