[PATCH] D18105: [OPENMP] Support for codegen of private clause of target, host side

Carlo Bertolli via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 11 15:07:34 PST 2016


carlo.bertolli created this revision.
carlo.bertolli added reviewers: ABataev, kkwli0.
carlo.bertolli added subscribers: caomhin, sfantao, arpith-jacob, fraggamuffin, cfe-commits.
carlo.bertolli set the repository for this revision to rL LLVM.

This patch adds support for codegen of private clause of target and a regression test for host code generation, when the host is used as target device. I believe that code generation for nvptx backend would not require anything additional or different to what is done for the host.

Repository:
  rL LLVM

http://reviews.llvm.org/D18105

Files:
  lib/CodeGen/CGOpenMPRuntime.cpp
  test/OpenMP/target_private_codegen.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18105.50486.patch
Type: text/x-patch
Size: 11510 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160311/ddede3c4/attachment.bin>


More information about the cfe-commits mailing list