[PATCH] D17148: [OPENMP] Basic teams directive implementation

Carlo Bertolli via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 12 19:59:47 PST 2016


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

Apply changes to reflect review: have a single emit outlined function call for both parallel and teams; call push_num_teams outside of runtime class.


http://reviews.llvm.org/D17148

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17148.47890.patch
Type: text/x-patch
Size: 19797 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160213/d233b89a/attachment-0001.bin>


More information about the cfe-commits mailing list