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

Leandro Lupori via flang-commits flang-commits at lists.llvm.org
Thu Feb 1 11:40:42 PST 2024


================
@@ -161,6 +161,11 @@ class DataSharingProcessor {
   const Fortran::parser::OmpClauseList &opClauseList;
   Fortran::lower::pft::Evaluation &eval;
 
+  bool useDelayedPrivatizationWhenPossible;
----------------
luporl wrote:

When isn't it possible to use delayed privatization? Is it only when `outerCombined` is set?
If so, can't we just call this flag `useDelayedPrivatization`?

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


More information about the flang-commits mailing list