[all-commits] [llvm/llvm-project] 092a81: [Flang][OpenMP] Add frontend support for directive...

Kiran Chandramohan via All-commits all-commits at lists.llvm.org
Wed Oct 30 03:58:48 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 092a819e94da3fc0cac6982e99861546237fcb04
      https://github.com/llvm/llvm-project/commit/092a819e94da3fc0cac6982e99861546237fcb04
  Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
  Date:   2024-10-30 (Wed, 30 Oct 2024)

  Changed paths:
    M flang/include/flang/Semantics/openmp-directive-sets.h
    M flang/lib/Parser/openmp-parsers.cpp
    M flang/lib/Parser/unparse.cpp
    M flang/lib/Semantics/resolve-directives.cpp
    A flang/test/Lower/OpenMP/master_taskloop.f90
    A flang/test/Lower/OpenMP/master_taskloop_simd.f90
    A flang/test/Lower/OpenMP/parallel-master-taskloop-simd.f90
    A flang/test/Lower/OpenMP/parallel-master-taskloop.f90
    A flang/test/Lower/OpenMP/parallel-master.f90
    A flang/test/Parser/OpenMP/master-unparse.f90
    M flang/test/Semantics/OpenMP/clause-validity01.f90
    A flang/test/Semantics/OpenMP/deprecation.f90
    M flang/test/Semantics/OpenMP/flush02.f90
    M flang/test/Semantics/OpenMP/nested-barrier.f90
    M flang/test/Semantics/OpenMP/nested-master.f90
    M flang/test/Semantics/OpenMP/nested-teams.f90
    M flang/test/Semantics/OpenMP/ordered-simd.f90

  Log Message:
  -----------
  [Flang][OpenMP] Add frontend support for directives involving master (#113893)

Issue deprecation warning for these directives.
Lowering currently supports parallel master, for all other combined or
composite directives involving master, issue TODO errors.

Note: The first commit changes the formatting and generalizes the
deprecation message emission for reuse in the second commit. I can pull
it out into a separate commit if required.



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