[Mlir-commits] [flang] [mlir] [flang][OpenMP] Support for "!$omp dispatch". (PR #203320)
Sergio Afonso
llvmlistbot at llvm.org
Tue Jun 16 04:10:03 PDT 2026
================
@@ -2587,6 +2587,18 @@ genMasterOp(lower::AbstractConverter &converter, lower::SymMap &symTable,
queue, item);
}
+static mlir::omp::DispatchOp
+genDispatchOp(lower::AbstractConverter &converter, lower::SymMap &symTable,
----------------
skatrak wrote:
Nit: It should be placed above `genFlushOp` (alphabetical order).
https://github.com/llvm/llvm-project/pull/203320
More information about the Mlir-commits
mailing list