[flang-commits] [flang] [llvm] [Flang][OpenMP] Initial defaultmap implementation (PR #135226)

Sergio Afonso via flang-commits flang-commits at lists.llvm.org
Tue May 6 07:59:49 PDT 2025


================
@@ -2231,6 +2232,146 @@ genSingleOp(lower::AbstractConverter &converter, lower::SymMap &symTable,
       queue, item, clauseOps);
 }
 
+static clause::Defaultmap::ImplicitBehavior
+getDefaultmapIfPresent(DefaultMapsTy &defaultMaps, mlir::Type varType) {
----------------
skatrak wrote:

Nit: These new helper functions belong to the "Code generation helper functions" section of the file, like e.g. `markDeclareTarget()`.

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


More information about the flang-commits mailing list