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

Carlo Bertolli via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 11 09:11:02 PST 2016


carlo.bertolli created this revision.
carlo.bertolli added reviewers: ABataev, fraggamuffin, kkwli0.
carlo.bertolli added subscribers: sfantao, arpith-jacob, cfe-commits.
carlo.bertolli set the repository for this revision to rL LLVM.

This patch implements the teams directive. It only provides support for num_teams and thread_limit clauses, while all other clauses will come with later patches.

Repository:
  rL LLVM

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.47664.patch
Type: text/x-patch
Size: 18324 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160211/6983fef6/attachment-0001.bin>


More information about the cfe-commits mailing list