[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:57 PST 2024


================
@@ -37,6 +55,11 @@ class DataSharingProcessor {
   const Fortran::parser::OmpClauseList &opClauseList;
   Fortran::lower::pft::Evaluation &eval;
 
+  bool useDelayedPrivatization;
+  Fortran::lower::SymMap *symTable;
+
----------------
kiranchandramohan wrote:

Nit: empty line.

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


More information about the flang-commits mailing list