[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


================
@@ -259,6 +259,9 @@ struct ConstructDecompositionT {
   bool
   applyClause(const tomp::clause::ThreadLimitT<TypeTy, IdTy, ExprTy> &clause,
               const ClauseTy *);
+  bool applyClause(
----------------
skatrak wrote:

Nit: This is alphabetically sorted as well. The implementation below would also have to be moved to its corresponding place in order.

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


More information about the flang-commits mailing list