[llvm] [OpenMPIRBuilder] Added `createTeams` (PR #65785)

via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 9 08:17:08 PDT 2023


================
@@ -6106,6 +6106,147 @@ void OpenMPIRBuilder::loadOffloadInfoMetadata(Module &M) {
   }
 }
 
+OpenMPIRBuilder::InsertPointTy
+OpenMPIRBuilder::createTeams(const LocationDescription &Loc,
+                             BodyGenCallbackTy BodyGenCB) {
----------------
shraiysh wrote:

Is this a blocker for this patch? I would like to add that separately because I think it would take a bit longer to design and review. Can we please add support for teams with this independent of that improvement for common usage?

https://github.com/llvm/llvm-project/pull/65785


More information about the llvm-commits mailing list