Skip to content

Commit 82e94aa

Browse files
committed
add todo
1 parent 0d30968 commit 82e94aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flang/lib/Lower/Bridge.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2037,6 +2037,9 @@ class FirConverter : public Fortran::lower::AbstractConverter {
20372037
fir::LocalitySpecifierOperands privateClauseOps;
20382038
auto doConcurrentLoopOp =
20392039
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.
20402043
bool useDelayedPriv =
20412044
enableDelayedPrivatizationStaging && doConcurrentLoopOp;
20422045

0 commit comments

Comments
 (0)