[Mlir-commits] [mlir] [OpenMP][MLIR] RegionBranchOpInterface for TargetOp, TargetDataOp (PR #209710)
Sergio Afonso
llvmlistbot at llvm.org
Mon Aug 10 06:26:38 PDT 2026
================
@@ -2571,6 +2575,17 @@ LogicalResult TargetDataOp::verify() {
return verifyMapClause(*this, getMapVars(), getMapIterated());
}
+// Adapted from scf.if implementation.
----------------
skatrak wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/209710
More information about the Mlir-commits
mailing list