[PATCH] D17963: [OPENMP] Codegen for teams directive for NVPTX

Carlo Bertolli via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 9 12:56:17 PST 2016


carlo.bertolli updated this revision to Diff 50187.
carlo.bertolli added a comment.

[OPENMP] This new version of the patch uses the inlining machinery of CGOpenMPRuntime.cpp instead of just dumping the teams body statement using EmitStmt.


Repository:
  rL LLVM

http://reviews.llvm.org/D17963

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17963.50187.patch
Type: text/x-patch
Size: 13434 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160309/d5df2fc9/attachment-0001.bin>


More information about the cfe-commits mailing list