================
@@ -110,6 +110,32 @@ static void gatherFuncAndVarSyms(
   }
 }
 
+static Fortran::lower::pft::Evaluation *
+getEvalPastCollapse(Fortran::lower::pft::Evaluation &eval, int collapseValue) {
----------------
skatrak wrote:

Nit: I tend to read this function name as meaning "return the next eval after a 
collapsed nest of loops", when it actually looks to be returning the eval for 
the innermost collapsed loop. Maybe the name can be changed to something a bit 
more descriptive.

https://github.com/llvm/llvm-project/pull/77758
_______________________________________________
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