[PATCH] D135695: [OMPIRBuilder] Support depend clause for task construct
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 18 10:15:27 PDT 2022
jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.
LG, one nit.
================
Comment at: llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h:656
+ : DepKind(DepKind), DepValueType(DepValueType), DepVal(DepVal) {}
+ };
+
----------------
Add doxygen documentation for this class please.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135695/new/
https://reviews.llvm.org/D135695
More information about the llvm-commits
mailing list