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