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 1a5529c commit 81c4e94Copy full SHA for 81c4e94
flang/lib/Lower/Bridge.cpp
@@ -2029,6 +2029,7 @@ class FirConverter : public Fortran::lower::AbstractConverter {
2029
void handleLocalitySpecs(const IncrementLoopInfo &info) {
2030
Fortran::semantics::SemanticsContext &semanticsContext =
2031
bridge.getSemanticsContext();
2032
+ // TODO Extract `DataSharingProcessor` from omp to a more general location.
2033
Fortran::lower::omp::DataSharingProcessor dsp(
2034
*this, semanticsContext, getEval(),
2035
/*useDelayedPrivatization=*/true, localSymbols);
0 commit comments