diff options
author | Samuel Antao <sfantao@us.ibm.com> | 2016-05-26 16:53:38 +0000 |
---|---|---|
committer | Samuel Antao <sfantao@us.ibm.com> | 2016-05-26 16:53:38 +0000 |
commit | d486f84c579d7365be3d64c48a4cf1138b483818 (patch) | |
tree | 4b7497b3674cc2c327ffcda4af032262ca64e519 /llvm/lib/CodeGen/GCMetadataPrinter.cpp | |
parent | 6c42e063122810b27438ca50e9791bfa754c12b5 (diff) | |
download | bcm5719-llvm-d486f84c579d7365be3d64c48a4cf1138b483818.tar.gz bcm5719-llvm-d486f84c579d7365be3d64c48a4cf1138b483818.zip |
[OpenMP] Add support for the 'private pointer' flag to signal variables captured in target regions and used in first-private clauses.
Summary: If a variable is implicitly mapped (doesn't show in a map clause), the runtime library has to be informed if the corresponding capture shows up in first-private clause, so that the storage previously allocated in the device is used. This patch adds the support for that.
Reviewers: hfinkel, carlo.bertolli, arpith-jacob, kkwli0, ABataev
Subscribers: caomhin, cfe-commits
Differential Revision: http://reviews.llvm.org/D20112
llvm-svn: 270870
Diffstat (limited to 'llvm/lib/CodeGen/GCMetadataPrinter.cpp')
0 files changed, 0 insertions, 0 deletions