[all-commits] [llvm/llvm-project] 3b2fe6: [Flang][OpenMP] add Apply clause for OpenMP Flang ...
Ferran Toda via All-commits
all-commits at lists.llvm.org
Thu Jul 9 08:51:57 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3b2fe66a4eb5fc569cc9a9822440ebe3a1a36f34
https://github.com/llvm/llvm-project/commit/3b2fe66a4eb5fc569cc9a9822440ebe3a1a36f34
Author: Ferran Toda <ferran.todacasaban at bsc.es>
Date: 2026-07-09 (Thu, 09 Jul 2026)
Changed paths:
M clang/test/OpenMP/unimplemented_clause_messages.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/Parser/openmp-parsers.cpp
M flang/lib/Parser/unparse.cpp
M flang/lib/Semantics/check-omp-loop.cpp
M flang/lib/Semantics/check-omp-structure.h
M flang/lib/Semantics/check-omp-variant.cpp
M flang/lib/Semantics/openmp-modifiers.cpp
A flang/test/Parser/OpenMP/apply01.f90
A flang/test/Parser/OpenMP/apply02.f90
A flang/test/Semantics/OpenMP/apply01.f90
A flang/test/Semantics/OpenMP/apply02.f90
M llvm/include/llvm/Frontend/Directive/DirectiveBase.td
M llvm/include/llvm/Frontend/OpenMP/OMP.td
M llvm/include/llvm/TableGen/DirectiveEmitter.h
M llvm/test/TableGen/directive1.td
M llvm/test/TableGen/directive2.td
M llvm/utils/TableGen/Basic/DirectiveEmitter.cpp
Log Message:
-----------
[Flang][OpenMP] add Apply clause for OpenMP Flang (#204225)
This patch adds a parser and basic checks for the Apply clause from
OpenMP 6.0 in Flang.
It is missing semantic checks for nesting loop transformations that are
being worked on.
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