[llvm] [OpenMPIRBuilder] Added `createTeams` (PR #65767)
Raghu Maddhipatla via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 8 08:43:16 PDT 2023
================
@@ -2005,6 +2005,13 @@ class OpenMPIRBuilder {
/// \param Loc The insert and source location description.
void createTargetDeinit(const LocationDescription &Loc);
+ /// Generator for `#omp teams`
+ ///
+ /// \param Loc The location where the task construct was encountered.
----------------
raghavendhra wrote:
Nit : task construct -> teams construct
https://github.com/llvm/llvm-project/pull/65767
More information about the llvm-commits
mailing list