[all-commits] [llvm/llvm-project] cfcf8d: [flang][OpenMP] Use new modifiers in IF/LASTPRIVATE

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Fri Nov 29 11:40:44 PST 2024


  Branch: refs/heads/users/kparzysz/spr/m11-if
  Home:   https://github.com/llvm/llvm-project
  Commit: cfcf8d1e7ffdcec92dc0dfffccb3c620a2df804f
      https://github.com/llvm/llvm-project/commit/cfcf8d1e7ffdcec92dc0dfffccb3c620a2df804f
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2024-11-29 (Fri, 29 Nov 2024)

  Changed paths:
    M flang/examples/FeatureList/FeatureList.cpp
    M flang/examples/FlangOmpReport/FlangOmpReportVisitor.cpp
    M flang/examples/FlangOmpReport/FlangOmpReportVisitor.h
    M flang/include/flang/Parser/dump-parse-tree.h
    M flang/include/flang/Parser/parse-tree.h
    M flang/include/flang/Semantics/openmp-modifiers.h
    M flang/lib/Lower/OpenMP/Clauses.cpp
    M flang/lib/Parser/CMakeLists.txt
    M flang/lib/Parser/openmp-parsers.cpp
    M flang/lib/Parser/unparse.cpp
    M flang/lib/Semantics/check-omp-structure.cpp
    M flang/lib/Semantics/openmp-modifiers.cpp
    M flang/test/Parser/OpenMP/if-clause-unparse.f90
    M flang/test/Parser/OpenMP/if-clause.f90
    M flang/test/Parser/OpenMP/lastprivate-clause.f90
    M flang/test/Semantics/OpenMP/clause-validity01.f90
    M flang/test/Semantics/OpenMP/if-clause.f90

  Log Message:
  -----------
  [flang][OpenMP] Use new modifiers in IF/LASTPRIVATE

The usual changes, added more references to OpenMP specs.



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