[all-commits] [llvm/llvm-project] fac6a8: [flang][OpenMP] Apply modifier representation to s...

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Mon Nov 18 08:57:04 PST 2024


  Branch: refs/heads/users/kparzysz/spr/m03-semantic-checks
  Home:   https://github.com/llvm/llvm-project
  Commit: fac6a8594643811418f37ee42fc1ac35bcc2a244
      https://github.com/llvm/llvm-project/commit/fac6a8594643811418f37ee42fc1ac35bcc2a244
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2024-11-18 (Mon, 18 Nov 2024)

  Changed paths:
    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/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/openmp-modifiers.cpp
    M flang/lib/Semantics/resolve-directives.cpp
    M flang/test/Parser/OpenMP/defaultmap-clause.f90
    M flang/test/Parser/OpenMP/defaultmap-unparse.f90
    M flang/test/Parser/OpenMP/reduction-modifier.f90
    M flang/test/Semantics/OpenMP/combined-constructs.f90
    M flang/test/Semantics/OpenMP/defaultmap-clause-v45.f90

  Log Message:
  -----------
  [flang][OpenMP] Apply modifier representation to semantic checks

Also, define helper macros in parse-tree.h.

Apply the new modifier representation to the DEFAULTMAP and REDUCTION
clauses, with testcases utilizing the new modifier validation.

OpenMP modifier overhaul: #3/3



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