[all-commits] [llvm/llvm-project] 39a1fc: [flang] Extend localization support for `do concur...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Tue Jun 3 02:27:35 PDT 2025
Branch: refs/heads/users/ergawy/convert_locality_specs_to_clauses_1
Home: https://github.com/llvm/llvm-project
Commit: 39a1fcb63a883d82fabbed9d652caffb70b444ff
https://github.com/llvm/llvm-project/commit/39a1fcb63a883d82fabbed9d652caffb70b444ff
Author: ergawy <kareem.ergawy at amd.com>
Date: 2025-06-03 (Tue, 03 Jun 2025)
Changed paths:
A flang/include/flang/Lower/Support/PrivateReductionUtils.h
M flang/include/flang/Lower/Support/Utils.h
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/CMakeLists.txt
M flang/lib/Lower/OpenMP/DataSharingProcessor.cpp
M flang/lib/Lower/OpenMP/PrivateReductionUtils.cpp
R flang/lib/Lower/OpenMP/PrivateReductionUtils.h
M flang/lib/Lower/OpenMP/ReductionProcessor.cpp
A flang/lib/Lower/Support/PrivateReductionUtils.cpp
M flang/lib/Lower/Support/Utils.cpp
M flang/test/Lower/do_concurrent_local_assoc_entity.f90
M flang/test/Lower/do_concurrent_local_default_init.f90
Log Message:
-----------
[flang] Extend localization support for `do concurrent` (`init` regions)
Extends support for locality specifiers in `do concurrent` by supporting
data types that need `init` regions.
This further unifies the paths taken by the compiler for OpenMP
privatization clauses and `do concurrent` locality specifiers.
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