[PATCH] D129992: [clang][OpenMP] Add IRBuilder support for taskgroup
Shraiysh via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 18 02:46:03 PDT 2022
shraiysh created this revision.
Herald added subscribers: guansong, yaxunl.
Herald added a project: All.
shraiysh requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: cfe-commits, sstefan1.
Herald added a project: clang.
This patch makes use of OMPIRBuilder support for codegen of taskgroup
construct in clang.
Depends on D128203 <https://reviews.llvm.org/D128203>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D129992
Files:
clang/lib/CodeGen/CGStmtOpenMP.cpp
clang/test/OpenMP/taskgroup_codegen.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129992.445438.patch
Type: text/x-patch
Size: 5995 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220718/75c74a19/attachment.bin>
More information about the cfe-commits
mailing list