[flang-commits] [flang] [llvm] [mlir] [flang][mlir][llvm][OpenMP] Add lowering and translation support for mergeable clause on task (PR #114662)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Mon Nov 4 07:22:47 PST 2024
================
@@ -255,7 +255,6 @@ static LogicalResult checkImplementationStatus(Operation &op) {
.Case([&](omp::TaskOp op) {
checkAllocate(op, result);
checkInReduction(op, result);
- checkMergeable(op, result);
----------------
tblah wrote:
I meant that you should also remove the definition of `checkMergable` as the lambda is now unused.
https://github.com/llvm/llvm-project/pull/114662
More information about the flang-commits
mailing list