[all-commits] [llvm/llvm-project] f4a118: [flang][OpenMP] Frontend support for DIMS modifier
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Tue Dec 9 07:10:16 PST 2025
Branch: refs/heads/users/kparzysz/dims-modifier
Home: https://github.com/llvm/llvm-project
Commit: f4a1182e39073256fb8307d118c2f500aa69dec7
https://github.com/llvm/llvm-project/commit/f4a1182e39073256fb8307d118c2f500aa69dec7
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2025-12-09 (Tue, 09 Dec 2025)
Changed paths:
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/Clauses.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/Parser/OpenMP/dims-modifier.f90
A flang/test/Semantics/OpenMP/dims-modifier.f90
M llvm/include/llvm/Frontend/OpenMP/OMP.td
Log Message:
-----------
[flang][OpenMP] Frontend support for DIMS modifier
Add parsing and semantic checks for DIMS modifier on NUM_TEAMS,
NUM_THREADS, and THREAD_LIMIT.
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