]> granicus.if.org Git - clang/commit
[OpenMP] Code generation for target data directive
authorSamuel Antao <sfantao@us.ibm.com>
Wed, 27 Apr 2016 22:58:19 +0000 (22:58 +0000)
committerSamuel Antao <sfantao@us.ibm.com>
Wed, 27 Apr 2016 22:58:19 +0000 (22:58 +0000)
commit882233836c191d2e6525bfab3acf0c7a18b48b6e
treebcd3489274fabe8b564c0df6f63538791bd8ef5e
parentd62c9cc77260e3459d4788394d379c0e1e04963d
[OpenMP] Code generation for target data directive

Summary:
This patch adds support for the target data directive code generation.

Part of the already existent functionality related with data maps is moved to a new function so that it could be reused.

Reviewers: hfinkel, carlo.bertolli, arpith-jacob, kkwli0, ABataev

Subscribers: cfe-commits, fraggamuffin, caomhin

Differential Revision: http://reviews.llvm.org/D17367

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@267811 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGOpenMPRuntime.cpp
lib/CodeGen/CGOpenMPRuntime.h
lib/CodeGen/CGStmtOpenMP.cpp
test/OpenMP/target_data_codegen.cpp [new file with mode: 0644]