[all-commits] [llvm/llvm-project] d81a16: [Flang] Add parser support for AUTOMAP modifier
Akash Banerjee via All-commits
all-commits at lists.llvm.org
Thu Jul 31 06:00:39 PDT 2025
Branch: refs/heads/users/Akash/automap_parse
Home: https://github.com/llvm/llvm-project
Commit: d81a16188744fb3e33658436d5101880fecea66a
https://github.com/llvm/llvm-project/commit/d81a16188744fb3e33658436d5101880fecea66a
Author: Akash Banerjee <Akash.Banerjee at amd.com>
Date: 2025-07-28 (Mon, 28 Jul 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/ClauseProcessor.cpp
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/lib/Semantics/resolve-directives.cpp
M flang/lib/Semantics/resolve-names.cpp
A flang/test/Parser/OpenMP/enter-automap-modifier.f90
M llvm/include/llvm/Frontend/OpenMP/ClauseT.h
M llvm/include/llvm/Frontend/OpenMP/OMP.td
Log Message:
-----------
[Flang] Add parser support for AUTOMAP modifier
Add parser support for the new AUTOMAP modifier for OpenMP Declare Target Enter clause introduced in OpenMP 6.0 section 7.9.7.
Commit: cba078c58fdbf045d4295c08c65e61cd715a5d09
https://github.com/llvm/llvm-project/commit/cba078c58fdbf045d4295c08c65e61cd715a5d09
Author: Akash Banerjee <Akash.Banerjee at amd.com>
Date: 2025-07-28 (Mon, 28 Jul 2025)
Changed paths:
M flang/lib/Lower/OpenMP/Clauses.cpp
Log Message:
-----------
Fix comment
Compare: https://github.com/llvm/llvm-project/compare/d81a16188744%5E...cba078c58fdb
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