[all-commits] [llvm/llvm-project] f687ed: [Flang][OpenMP] Initial defaultmap implementation ...
agozillon via All-commits
all-commits at lists.llvm.org
Mon May 12 07:31:06 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f687ed9ff717372a7c751a3bf4ef7e33eb481fd6
https://github.com/llvm/llvm-project/commit/f687ed9ff717372a7c751a3bf4ef7e33eb481fd6
Author: agozillon <Andrew.Gozillon at amd.com>
Date: 2025-05-12 (Mon, 12 May 2025)
Changed paths:
M flang/include/flang/Parser/parse-tree.h
M flang/lib/Lower/OpenMP/ClauseProcessor.cpp
M flang/lib/Lower/OpenMP/ClauseProcessor.h
M flang/lib/Lower/OpenMP/Clauses.cpp
M flang/lib/Lower/OpenMP/OpenMP.cpp
M flang/lib/Parser/openmp-parsers.cpp
A flang/test/Lower/OpenMP/Todo/defaultmap-clause-firstprivate.f90
A flang/test/Lower/OpenMP/Todo/defaultmap-clause-none.f90
R flang/test/Lower/OpenMP/Todo/defaultmap-clause.f90
A flang/test/Lower/OpenMP/defaultmap.f90
M flang/test/Parser/OpenMP/defaultmap-clause.f90
A offload/test/offloading/fortran/target-defaultmap-present.f90
A offload/test/offloading/fortran/target-defaultmap.f90
Log Message:
-----------
[Flang][OpenMP] Initial defaultmap implementation (#135226)
This aims to implement most of the initial arguments for defaultmap
aside from firstprivate and none, and some of the more recent OpenMP 6
additions which will come in subsequent updates (with the OpenMP 6
variants needing parsing/semantic support first).
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