[flang-commits] [flang] [flang][OpenMP] Implement getIterationVariableSymbol helper function,… (PR #90087)
Krzysztof Parzyszek via flang-commits
flang-commits at lists.llvm.org
Tue Apr 30 09:44:16 PDT 2024
================
@@ -87,6 +88,27 @@ mlir::Type getLoopVarType(Fortran::lower::AbstractConverter &converter,
return converter.getFirOpBuilder().getIntegerType(loopVarTypeSize);
}
+Fortran::semantics::Symbol *
+getIterationVariableSymbol(const Fortran::lower::pft::Evaluation &eval) {
----------------
kparzysz wrote:
We can consider this for another PR.
https://github.com/llvm/llvm-project/pull/90087
More information about the flang-commits
mailing list