[all-commits] [llvm/llvm-project] 9566bf: [flang][OpenMP] Pass OpenMP version to getOpenMPDi...

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Thu May 8 12:03:57 PDT 2025


  Branch: refs/heads/users/kparzysz/spr/v03-omp-nameversion-flang
  Home:   https://github.com/llvm/llvm-project
  Commit: 9566bf6fd60d2b4f1dac86f6646002b2541e6736
      https://github.com/llvm/llvm-project/commit/9566bf6fd60d2b4f1dac86f6646002b2541e6736
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2025-05-08 (Thu, 08 May 2025)

  Changed paths:
    M flang/examples/FlangOmpReport/FlangOmpReportVisitor.cpp
    M flang/include/flang/Parser/dump-parse-tree.h
    M flang/include/flang/Parser/unparse.h
    M flang/include/flang/Semantics/unparse-with-symbols.h
    M flang/lib/Frontend/ParserActions.cpp
    M flang/lib/Lower/OpenMP/ClauseProcessor.h
    M flang/lib/Lower/OpenMP/Decomposer.cpp
    M flang/lib/Lower/OpenMP/OpenMP.cpp
    M flang/lib/Parser/openmp-parsers.cpp
    M flang/lib/Parser/parse-tree.cpp
    M flang/lib/Parser/unparse.cpp
    M flang/lib/Semantics/check-omp-structure.cpp
    M flang/lib/Semantics/mod-file.cpp
    M flang/lib/Semantics/resolve-directives.cpp
    M flang/lib/Semantics/unparse-with-symbols.cpp

  Log Message:
  -----------
  [flang][OpenMP] Pass OpenMP version to getOpenMPDirectiveName

The OpenMP version is stored in LangOptions in SemanticsContext. Use the
fallback version where SemanticsContext is unavailable (mostly in case of
debug dumps).

RFC: https://discourse.llvm.org/t/rfc-alternative-spellings-of-openmp-directives/85507



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list