[PATCH] D17369: [OpenMP] Code generation for target exit data directive

Samuel Antao via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 17 22:23:28 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 exit data directive code generation.

Given that, apart from the employed runtime call, target exit data requires the same code generation pattern as target enter data, the OpenMP codegen entry point was renamed and reused for both.

http://reviews.llvm.org/D17369

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17369.48278.patch
Type: text/x-patch
Size: 16419 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160218/ee8c72f7/attachment.bin>


More information about the cfe-commits mailing list