================
@@ -471,16 +447,8 @@ static LogicalResult checkImplementationStatus(Operation
&op) {
})
.Case([&](omp::TaskloopOp op) {
checkAllocate(op, result);
- checkFinal(op, result);
----------------
tblah wrote:checkFinal 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
