[all-commits] [llvm/llvm-project] 5f534c: [flang][OpenMP] Parse WHEN, OTHERWISE, MATCH claus...

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Mon Jan 6 10:42:31 PST 2025


  Branch: refs/heads/users/kparzysz/spr/m03-meta-simple
  Home:   https://github.com/llvm/llvm-project
  Commit: 5f534c559ca1bb7911b484264582d1a5078bdcb8
      https://github.com/llvm/llvm-project/commit/5f534c559ca1bb7911b484264582d1a5078bdcb8
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2025-01-06 (Mon, 06 Jan 2025)

  Changed paths:
    M flang/include/flang/Parser/dump-parse-tree.h
    M flang/include/flang/Parser/parse-tree.h
    M flang/lib/Lower/OpenMP/Clauses.cpp
    M flang/lib/Lower/OpenMP/Clauses.h
    M flang/lib/Lower/OpenMP/OpenMP.cpp
    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/check-omp-structure.h
    M flang/lib/Semantics/resolve-directives.cpp
    A flang/test/Parser/OpenMP/metadirective.f90
    M llvm/include/llvm/Frontend/OpenMP/OMP.td

  Log Message:
  -----------
  [flang][OpenMP] Parse WHEN, OTHERWISE, MATCH clauses plus METADIRECTIVE

Parse METADIRECTIVE as a standalone executable directive at the moment.
This will allow testing the parser code.

There is no lowering, not even clause conversion yet. There is also no
verification of the allowed values for trait sets, trait properties.



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