[PATCH] D135695: [OMPIRBuilder] Support depend clause for task construct
Prabhdeep Soni via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 11 10:04:35 PDT 2022
psoni2628 created this revision.
psoni2628 added reviewers: ftynse, jdoerfert, dcaballe, peixin, arnamoy10, domada, Meinersbur, kiranchandramohan, kiranktp, shraiysh, clementval.
psoni2628 added projects: clang, OpenMP.
Herald added a subscriber: hiraditya.
Herald added a project: All.
psoni2628 requested review of this revision.
Herald added subscribers: llvm-commits, sstefan1.
Herald added a project: LLVM.
This patch adds OMPIRBuilder support for the `depend` clause for the
`task` construct.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D135695
Files:
llvm/include/llvm/Frontend/OpenMP/OMPConstants.h
llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135695.466846.patch
Type: text/x-patch
Size: 10367 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221011/e950d5fc/attachment.bin>
More information about the llvm-commits
mailing list