[PATCH] D17367: [OpenMP] Code generation for target data directive

Samuel Antao via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 17 22:00:22 PST 2016


sfantao created this revision.
sfantao added reviewers: ABataev, hfinkel, carlo.bertolli, arpith-jacob, kkwli0.
sfantao added subscribers: caomhin, fraggamuffin, cfe-commits.

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. 

http://reviews.llvm.org/D17367

Files:
  lib/CodeGen/CGOpenMPRuntime.cpp
  lib/CodeGen/CGOpenMPRuntime.h
  lib/CodeGen/CGStmtOpenMP.cpp
  test/OpenMP/target_data_codegen.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17367.48276.patch
Type: text/x-patch
Size: 39559 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160218/b06b4e26/attachment-0001.bin>


More information about the cfe-commits mailing list