[llvm-branch-commits] [llvm] [mlir] [MLIR][OpenMP] Add Initial Taskloop Clause Support (PR #174623)
Tom Eccles via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jan 6 10:51:30 PST 2026
================
@@ -2207,8 +2210,22 @@ OpenMPIRBuilder::InsertPointOrErrorTy OpenMPIRBuilder::createTaskloop(
getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_taskgroup);
Builder.CreateCall(TaskgroupFn, {Ident, ThreadID});
----------------
tblah wrote:
nogroup?
https://github.com/llvm/llvm-project/pull/174623
More information about the llvm-branch-commits
mailing list