[Mlir-commits] [llvm] [mlir] [MLIR][OpenMP] Add Taskloop Collapse Support (PR #175924)
Tom Eccles
llvmlistbot at llvm.org
Wed Jan 14 06:04:54 PST 2026
================
@@ -1494,7 +1494,8 @@ class OpenMPIRBuilder {
Value *LBVal, Value *UBVal, Value *StepVal, bool Untied = false,
Value *IfCond = nullptr, Value *GrainSize = nullptr, bool NoGroup = false,
int Sched = 0, Value *Final = nullptr, bool Mergeable = false,
- Value *Priority = nullptr, TaskDupCallbackTy DupCB = nullptr,
+ Value *Priority = nullptr, int NumOfCollapseLoops = 0,
----------------
tblah wrote:
nit: please add documentation for the new argument
https://github.com/llvm/llvm-project/pull/175924
More information about the Mlir-commits
mailing list