[flang-commits] [flang] [flang][OpenMP][MLIR] Basic support for delayed privatization code-gen (PR #81833)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Tue Feb 27 15:33:58 PST 2024
================
@@ -299,6 +300,9 @@ class AbstractConverter {
return loweringOptions;
}
+ virtual Fortran::lower::SymbolBox
+ lookupOneLevelUpSymbol(const Fortran::semantics::Symbol &sym) = 0;
+
----------------
kiranchandramohan wrote:
Nit: Add comments for this function.
https://github.com/llvm/llvm-project/pull/81833
More information about the flang-commits
mailing list