================
@@ -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
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits