[all-commits] [llvm/llvm-project] 374db6: [flang][openmp] Add parser and semantic support fo...

Chaitanya via All-commits all-commits at lists.llvm.org
Mon Aug 25 06:07:57 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 374db67a5eed5cb12251002a809507ae950a24e8
      https://github.com/llvm/llvm-project/commit/374db67a5eed5cb12251002a809507ae950a24e8
  Author: Chaitanya <Krishna.Sankisa at amd.com>
  Date:   2025-08-25 (Mon, 25 Aug 2025)

  Changed paths:
    M flang/include/flang/Semantics/openmp-directive-sets.h
    M flang/lib/Parser/openmp-parsers.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/workdistribute.f90
    A flang/test/Semantics/OpenMP/workdistribute01.f90
    A flang/test/Semantics/OpenMP/workdistribute02.f90
    A flang/test/Semantics/OpenMP/workdistribute03.f90
    A flang/test/Semantics/OpenMP/workdistribute04.f90

  Log Message:
  -----------
  [flang][openmp] Add parser and semantic support for workdistribute (#154377)

This PR adds workdistribute parser and semantic support in flang.

The work in this PR is c-p and updated from @ivanradanov commits from coexecute implementation:
flang_workdistribute_iwomp_2024



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