[PATCH] D144634: [Clang][OpenMP] Support for Code Generation of loop bind clause

Sunil K via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 23 03:14:15 PST 2023


koops created this revision.
koops added reviewers: soumitra, RitanyaB, dreachem, ABataev, jdoerfert, sandoval, tianshilei1992.
Herald added subscribers: guansong, yaxunl.
Herald added a project: All.
koops requested review of this revision.
Herald added subscribers: cfe-commits, sstefan1.
Herald added a project: clang.

Support for Code Generation of "#pragma loop bind" clause.

1. bind(parallel)
2. bind(teams)
3. bind(thread)


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D144634

Files:
  clang/include/clang/AST/StmtOpenMP.h
  clang/lib/AST/StmtOpenMP.cpp
  clang/lib/CodeGen/CGStmtOpenMP.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144634.499780.patch
Type: text/x-patch
Size: 4751 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230223/f62bc15b/attachment.bin>


More information about the cfe-commits mailing list