[Mlir-commits] [flang] [llvm] [mlir] [flang][mlir][llvm][OpenMP] Add lowering and translation support for mergeable clause on task (PR #114662)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Nov 4 07:18:16 PST 2024
================
@@ -255,7 +255,6 @@ static LogicalResult checkImplementationStatus(Operation &op) {
.Case([&](omp::TaskOp op) {
checkAllocate(op, result);
checkInReduction(op, result);
- checkMergeable(op, result);
----------------
NimishMishra wrote:
Just double confirming: do you want me to add a comment here? I removed this check, because mergeable is a `task` specific clause only.
https://github.com/llvm/llvm-project/pull/114662
More information about the Mlir-commits
mailing list