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.
1 parent 9d50ab6 commit 1a5529cCopy full SHA for 1a5529c
flang/lib/Lower/Bridge.cpp
@@ -2035,6 +2035,9 @@ class FirConverter : public Fortran::lower::AbstractConverter {
2035
fir::LocalitySpecifierOperands privateClauseOps;
2036
auto doConcurrentLoopOp =
2037
mlir::dyn_cast_if_present<fir::DoConcurrentLoopOp>(info.loopOp);
2038
+ // TODO Promote to using `enableDelayedPrivatization` (which is enabled by
2039
+ // default unlike the staging flag) once the implementation of this is more
2040
+ // complete.
2041
bool useDelayedPriv =
2042
enableDelayedPrivatizationStaging && doConcurrentLoopOp;
2043
0 commit comments