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

Leandro Lupori via flang-commits flang-commits at lists.llvm.org
Fri Feb 2 04:40:02 PST 2024


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

Ok, thanks for the clarification. If the exclusion of unsupported symbol types/ops is going to be added and this is meant to be a temporary transition flag, it should be fine.

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


More information about the flang-commits mailing list