[all-commits] [llvm/llvm-project] ee8a75: [flang][openmp] Adds Parser and Semantic Support f...

swatheesh-mcw via All-commits all-commits at lists.llvm.org
Wed Mar 19 03:49:39 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ee8a759bfb4772dea7459f4ecbd83bc2be5ee68b
      https://github.com/llvm/llvm-project/commit/ee8a759bfb4772dea7459f4ecbd83bc2be5ee68b
  Author: swatheesh-mcw <swatheesh.muralidharan at multicorewareinc.com>
  Date:   2025-03-19 (Wed, 19 Mar 2025)

  Changed paths:
    M flang/examples/FeatureList/FeatureList.cpp
    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/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/openmp-modifiers.cpp
    A flang/test/Lower/OpenMP/Todo/inteorp-construct.f90
    A flang/test/Parser/OpenMP/interop-construct.f90
    A flang/test/Semantics/OpenMP/interop-construct.f90
    M llvm/include/llvm/Frontend/OpenMP/OMP.td

  Log Message:
  -----------
  [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (#120584)

Adds Parser and Semantic Support for the below construct and clauses:
- Interop Construct
- Init Clause
- Use Clause

Note:
The other clauses supported by Interop Construct such as Destroy, Use,
Depend and Device are added already.



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