[llvm-branch-commits] [flang] [flang][OpenMP] Convert DataSharingProcessor to omp::Clause (PR #81629)

Sergio Afonso via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Feb 20 08:06:23 PST 2024


================
@@ -1278,14 +1278,15 @@ class DataSharingProcessor {
   llvm::SetVector<const Fortran::semantics::Symbol *> symbolsInNestedRegions;
   llvm::SetVector<const Fortran::semantics::Symbol *> symbolsInParentRegions;
   Fortran::lower::AbstractConverter &converter;
+  Fortran::semantics::SemanticsContext &semaCtx;
----------------
skatrak wrote:

Do we expect to need it stored in the class? It looks like at least currently the only place where it's accessed is the constructor, in order to create the list of clauses.

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


More information about the llvm-branch-commits mailing list