[flang-commits] [flang] [mlir] [WIP] Delayed privatization. (PR #79862)

Valentin Clement バレンタイン クレメン via flang-commits flang-commits at lists.llvm.org
Tue Jan 30 15:12:20 PST 2024


================
@@ -295,6 +296,11 @@ class AbstractConverter {
     return loweringOptions;
   }
 
+  virtual Fortran::lower::SymbolBox
+  lookupOneLevelUpSymbol(const Fortran::semantics::Symbol &sym) = 0;
+
+  virtual Fortran::lower::SymMap *getLocalSymbols() { return nullptr; }
----------------
clementval wrote:

Can't you just pass the localSymbols as arguments to the OpenMP.cpp functions?

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


More information about the flang-commits mailing list