[llvm] [lld] [compiler-rt] [flang] [clang] [libcxxabi] [lldb] [libcxx] [clang-tools-extra] [libc] [Flang][OpenMP] Push genEval calls to individual operations, NFC (PR #77758)

Sergio Afonso via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 15 03:08:34 PST 2024


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

Nit: Maybe `getCollapsedLoopEval` would be slightly more self-explanatory?

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


More information about the cfe-commits mailing list