[flang-commits] [lldb] [libc] [compiler-rt] [libcxxabi] [flang] [libcxx] [clang-tools-extra] [lld] [clang] [llvm] [Flang][OpenMP] Push genEval calls to individual operations, NFC (PR #77758)
Krzysztof Parzyszek via flang-commits
flang-commits at lists.llvm.org
Fri Jan 12 17:28:55 PST 2024
================
@@ -3655,8 +3661,7 @@ void Fortran::lower::genOpenMPDeclarativeConstruct(
Fortran::lower::pft::Evaluation &eval,
const Fortran::parser::OpenMPDeclarativeConstruct &omp) {
genOMP(converter, eval, omp);
----------------
kparzysz wrote:
I made all `genOMP` functions have the same interface. That required a small change in Bridge.cpp to pass two extra arguments, and in OpenMP.h to reflect the change in a function header.
https://github.com/llvm/llvm-project/pull/77758
More information about the flang-commits
mailing list