[flang-commits] [lldb] [libc] [clang] [llvm] [libcxxabi] [clang-tools-extra] [lld] [flang] [compiler-rt] [libcxx] [Flang][OpenMP] Push genEval calls to individual operations, NFC (PR #77758)
Sergio Afonso via flang-commits
flang-commits at lists.llvm.org
Mon Jan 15 03:00:52 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:
Thanks for the explanation, that clears it for me
https://github.com/llvm/llvm-project/pull/77758
More information about the flang-commits
mailing list