[all-commits] [llvm/llvm-project] ec1e0c: [Flang][OMP]Add support for DECLARE MAPPER parsing...

Mats Petersson via All-commits all-commits at lists.llvm.org
Thu Nov 14 01:35:58 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ec1e0c5ecd53e415b23d5bd40b8e44e3ef4b4d92
      https://github.com/llvm/llvm-project/commit/ec1e0c5ecd53e415b23d5bd40b8e44e3ef4b4d92
  Author: Mats Petersson <mats.petersson at arm.com>
  Date:   2024-11-14 (Thu, 14 Nov 2024)

  Changed paths:
    M flang/include/flang/Parser/dump-parse-tree.h
    M flang/include/flang/Parser/parse-tree.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
    M flang/lib/Semantics/resolve-names.cpp
    M flang/lib/Semantics/unparse-with-symbols.cpp
    A flang/test/Lower/OpenMP/Todo/omp-declare-mapper.f90
    A flang/test/Parser/OpenMP/declare-mapper-unparse.f90
    A flang/test/Semantics/OpenMP/declare-mapper-symbols.f90
    A flang/test/Semantics/OpenMP/declare-mapper01.f90
    A flang/test/Semantics/OpenMP/declare-mapper02.f90
    A flang/test/Semantics/OpenMP/declare-mapper03.f90
    M llvm/include/llvm/Frontend/OpenMP/OMP.td

  Log Message:
  -----------
  [Flang][OMP]Add support for DECLARE MAPPER parsing and semantics (#115160)

Will hit a TODO in the lowering, which there are tests added to check
for this happening.



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