[all-commits] [llvm/llvm-project] 25403c: [flang][OpenMP] Frontend support for REPLAYABLE an...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Thu Sep 11 13:21:30 PDT 2025
Branch: refs/heads/users/kparzysz/t03-trans-replay
Home: https://github.com/llvm/llvm-project
Commit: 25403cb2cd5218ebf3f1ed18e5d9e762462781e4
https://github.com/llvm/llvm-project/commit/25403cb2cd5218ebf3f1ed18e5d9e762462781e4
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2025-09-11 (Thu, 11 Sep 2025)
Changed paths:
M flang/include/flang/Lower/OpenMP/Clauses.h
M flang/include/flang/Parser/dump-parse-tree.h
M flang/include/flang/Parser/parse-tree.h
M flang/lib/Lower/OpenMP/Clauses.cpp
M flang/lib/Parser/openmp-parsers.cpp
M flang/lib/Semantics/check-omp-structure.cpp
A flang/test/Parser/OpenMP/replayable-clause.f90
A flang/test/Parser/OpenMP/transparent-clause.f90
A flang/test/Semantics/OpenMP/replayable-clause.f90
A flang/test/Semantics/OpenMP/transparent-clause.f90
M llvm/include/llvm/Frontend/OpenMP/ClauseT.h
M llvm/include/llvm/Frontend/OpenMP/OMP.td
Log Message:
-----------
[flang][OpenMP] Frontend support for REPLAYABLE and TRANSPARENT clauses
Parsing and semantic checks.
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