[flang-commits] [flang] [Flang][OpenMP] MLIR lowering support for grainsize and num_tasks clause (PR #128490)

Kaviya Rajendiran via flang-commits flang-commits at lists.llvm.org
Thu May 8 07:04:39 PDT 2025


================
@@ -365,6 +365,27 @@ bool ClauseProcessor::processHint(mlir::omp::HintClauseOps &result) const {
   return false;
 }
 
+bool ClauseProcessor::processGrainsize(
+    lower::StatementContext &stmtCtx,
+    mlir::omp::GrainsizeClauseOps &result) const {
+  using grainsize = omp::clause::Grainsize;
----------------
kaviya2510 wrote:

Sure, I will update it.
Thanks for the review @skatrak 

https://github.com/llvm/llvm-project/pull/128490


More information about the flang-commits mailing list