[Mlir-commits] [flang] [mlir] [WIP] Delayed privatization. (PR #79862)
Leandro Lupori
llvmlistbot at 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 Mlir-commits
mailing list