[PATCH] D29087: [OpenMP] Support for thread_limit-clause on the 'target teams' directive.

Arpith Jacob via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 24 08:55:45 PST 2017


arpith-jacob created this revision.

The thread_limit-clause on the combined directive applies to the
'teams' region of this construct.  We modify the ThreadLimitClause
class to capture the clause expression within the 'target' region.


https://reviews.llvm.org/D29087

Files:
  include/clang/AST/OpenMPClause.h
  include/clang/AST/RecursiveASTVisitor.h
  lib/AST/OpenMPClause.cpp
  lib/AST/StmtProfile.cpp
  lib/Sema/SemaOpenMP.cpp
  lib/Serialization/ASTReaderStmt.cpp
  lib/Serialization/ASTWriterStmt.cpp
  test/OpenMP/target_teams_thread_limit_codegen.cpp
  tools/libclang/CIndex.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29087.85592.patch
Type: text/x-patch
Size: 25296 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170124/a08eff3a/attachment-0001.bin>


More information about the cfe-commits mailing list