We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
do concurrent
1 parent 7170a81 commit 0e93dbcCopy full SHA for 0e93dbc
flang/lib/Lower/Bridge.cpp
@@ -2064,8 +2064,7 @@ class FirConverter : public Fortran::lower::AbstractConverter {
2064
// TODO Promote to using `enableDelayedPrivatization` (which is enabled by
2065
// default unlike the staging flag) once the implementation of this is more
2066
// complete.
2067
- bool useDelayedPriv =
2068
- enableDelayedPrivatizationStaging && doConcurrentLoopOp;
+ bool useDelayedPriv = enableDelayedPrivatization && doConcurrentLoopOp;
2069
llvm::SetVector<const Fortran::semantics::Symbol *> allPrivatizedSymbols;
2070
llvm::SmallSet<const Fortran::semantics::Symbol *, 16> mightHaveReadHostSym;
2071
0 commit comments