[flang] [llvm] [Flang][OpenMP] Initial defaultmap implementation (PR #135226)
    via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon May 12 07:34:52 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) {
----------------
agozillon wrote:
Ah, thank you Krzysztof! I'll do a small follow up commit to amend it to const and utilise at then :-)
https://github.com/llvm/llvm-project/pull/135226
    
    
More information about the llvm-commits
mailing list