[flang-commits] [flang] [mlir] [flang][OpenMP] Support for "!$omp dispatch". (PR #203320)
via flang-commits
flang-commits at lists.llvm.org
Fri Aug 7 03:21:50 PDT 2026
================
@@ -2285,6 +2285,23 @@ def MaskedOp : OpenMP_Op<"masked", clauses = [
];
}
+//===----------------------------------------------------------------------===//
+// [Spec 5.1] 12.3 dispatch Construct
+//===----------------------------------------------------------------------===//
+def DispatchOp : OpenMP_Op<"dispatch", singleRegion = true, clauses = [
----------------
SunilKuravinakop wrote:
Done. Thank you for catching it.
https://github.com/llvm/llvm-project/pull/203320
More information about the flang-commits
mailing list