[flang-commits] [flang] [flang][fir] Basic PFT to MLIR lowering for do concurrent locality specifiers (PR #138534)
Razvan Lupusoru via flang-commits
flang-commits at lists.llvm.org
Wed May 14 13:57:07 PDT 2025
================
@@ -2029,9 +2031,33 @@ class FirConverter : public Fortran::lower::AbstractConverter {
void handleLocalitySpecs(const IncrementLoopInfo &info) {
Fortran::semantics::SemanticsContext &semanticsContext =
bridge.getSemanticsContext();
- for (const Fortran::semantics::Symbol *sym : info.localSymList)
+ Fortran::lower::omp::DataSharingProcessor dsp(
----------------
razvanlupusoru wrote:
> Would it be ok to add a todo and do this is a separate PR?
Sure! Thank you!
https://github.com/llvm/llvm-project/pull/138534
More information about the flang-commits
mailing list