[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:32 PST 2026


================
@@ -471,16 +447,8 @@ static LogicalResult checkImplementationStatus(Operation &op) {
       })
       .Case([&](omp::TaskloopOp op) {
         checkAllocate(op, result);
-        checkFinal(op, result);
-        checkGrainsize(op, result);
-        checkIf(op, result);
         checkInReduction(op, result);
-        checkMergeable(op, result);
-        checkNogroup(op, result);
-        checkNumTasks(op, result);
         checkReduction(op, result);
-        checkUntied(op, result);
-        checkPriority(op, result);
----------------
tblah wrote:

checkPriority is now unused and can be removed

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


More information about the llvm-branch-commits mailing list