================
@@ -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) {
----------------
skatrak wrote:

Nit: Since it's not really OpenMP-specific, maybe 
flang/include/flang/Lower/Support/Utils.h would be a better place to put it, 
though that would probably require adding the corresponding .cpp file (that 
header currently only has inline definitions). I'll leave it up to you to do 
that, find a more suitable spot or just leave it where it is.

https://github.com/llvm/llvm-project/pull/90087
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to