Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 704322c

Browse filesBrowse files
committed
add todo
1 parent b6893b6 commit 704322c
Copy full SHA for 704322c

File tree

1 file changed

+3
-0
lines changed
Filter options

1 file changed

+3
-0
lines changed

‎flang/lib/Lower/Bridge.cpp

Copy file name to clipboardExpand all lines: flang/lib/Lower/Bridge.cpp
+3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.