[llvm-branch-commits] [flang] [flang][OpenMP][NFC] Share declare mapper helpers for iterator modifier lowering (PR #197752)

Sergio Afonso via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Jun 5 06:24:29 PDT 2026


================
@@ -225,6 +225,13 @@ mlir::Value genIteratorCoordinate(Fortran::lower::AbstractConverter &converter,
                                   llvm::ArrayRef<mlir::Value> ivs,
                                   mlir::Location loc);
 
+mlir::FlatSymbolRefAttr
+resolveMapperId(Fortran::lower::AbstractConverter &converter,
----------------
skatrak wrote:

Nit: Add doxygen documentation to the new function.

https://github.com/llvm/llvm-project/pull/197752


More information about the llvm-branch-commits mailing list