[flang-commits] [flang] [llvm] [flang][mlir] Add flang to mlir lowering for dyn_groupprivate (PR #180938)

Sergio Afonso via flang-commits flang-commits at lists.llvm.org
Tue May 12 08:48:39 PDT 2026


================
@@ -1799,7 +1799,7 @@ static void genTargetClauses(
                 &mapSyms);
   cp.processNowait(clauseOps);
   cp.processThreadLimit(stmtCtx, clauseOps);
-
+  cp.processDynGroupprivate(stmtCtx, clauseOps);
----------------
skatrak wrote:

Nit: Move below `processDevice`.

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


More information about the flang-commits mailing list