[Mlir-commits] [llvm] [mlir] [MLIR][OpenMP] Add Taskloop Collapse Support (PR #175924)
Tom Eccles
llvmlistbot at llvm.org
Wed Jan 14 06:04:55 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:
ultra-nit: maybe this should be unsigned. I have no idea what a negative value would mean, but this isn't worth it if it would lead to an explicit cast.
https://github.com/llvm/llvm-project/pull/175924
More information about the Mlir-commits
mailing list