[llvm-branch-commits] [flang] [Flang][OpenMP] Push genEval calls to individual operations, NFC (PR #77758)

Sergio Afonso via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Jan 12 05:13:11 PST 2024


================
@@ -3358,14 +3396,17 @@ genOMP(Fortran::lower::AbstractConverter &converter,
               .t);
   // Currently only private/firstprivate clause is handled, and
   // all privatization is done within `omp.section` operations.
+  symTable.pushScope();
----------------
skatrak wrote:

Why is an additional scope added for this construct? It looks like it wasn't done before. If it's needed, maybe you could update the description of the PR and remove the NFC tag, or move this change into a later PR.

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


More information about the llvm-branch-commits mailing list