Skip to content

Commit 81c4e94

Browse files
committed
add todo
1 parent 1a5529c commit 81c4e94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flang/lib/Lower/Bridge.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2029,6 +2029,7 @@ class FirConverter : public Fortran::lower::AbstractConverter {
20292029
void handleLocalitySpecs(const IncrementLoopInfo &info) {
20302030
Fortran::semantics::SemanticsContext &semanticsContext =
20312031
bridge.getSemanticsContext();
2032+
// TODO Extract `DataSharingProcessor` from omp to a more general location.
20322033
Fortran::lower::omp::DataSharingProcessor dsp(
20332034
*this, semanticsContext, getEval(),
20342035
/*useDelayedPrivatization=*/true, localSymbols);

0 commit comments

Comments
 (0)