]> granicus.if.org Git - clang/commit
[OpenMP] Codegen for target update directive.
authorSamuel Antao <sfantao@us.ibm.com>
Thu, 26 May 2016 18:30:22 +0000 (18:30 +0000)
committerSamuel Antao <sfantao@us.ibm.com>
Thu, 26 May 2016 18:30:22 +0000 (18:30 +0000)
commit6d7e8b251201c8e893cd79c8f8a9aca9a8d263b6
tree9f6bb4afc8f31b6ac24bffad8969c8709dc8731b
parentb3b107dc62444767fc37ae645264784ff58fd445
[OpenMP] Codegen for target update directive.

Summary: This patch implements the code generation for the `target update` directive. The implemntation relies on the logic already in place for target data standalone directives, i.e. target enter/exit data.

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

Subscribers: caomhin, cfe-commits

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

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