[all-commits] [llvm/llvm-project] 09b127: [flang][OpenMP] Use new modifiers with AFFINITY/AL...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Tue Nov 26 12:41:22 PST 2024
Branch: refs/heads/users/kparzysz/spr/m09-affinity-etc
Home: https://github.com/llvm/llvm-project
Commit: 09b1270faf2dc5125c36c7f4cc246b3a922d5b08
https://github.com/llvm/llvm-project/commit/09b1270faf2dc5125c36c7f4cc246b3a922d5b08
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2024-11-26 (Tue, 26 Nov 2024)
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/openmp-modifiers.cpp
M flang/test/Parser/OpenMP/affinity-clause.f90
M flang/test/Parser/OpenMP/target_device_parse.f90
M flang/test/Parser/OpenMP/target_device_unparse.f90
M flang/test/Semantics/OpenMP/clause-validity01.f90
Log Message:
-----------
[flang][OpenMP] Use new modifiers with AFFINITY/ALIGNED/DEVICE
This is a mostly mechanical change from specific modifiers embedded
directly in a clause to the Modifier variant.
Additional comments and references to the OpenMP specs were added.
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