[all-commits] [llvm/llvm-project] 40cd6f: [flang] Extend localization support for `do concur...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Wed Jun 4 07:54:10 PDT 2025
Branch: refs/heads/users/ergawy/convert_locality_specs_to_clauses_1
Home: https://github.com/llvm/llvm-project
Commit: 40cd6f5d1a959561a0c6e236792ad0af6b9cf940
https://github.com/llvm/llvm-project/commit/40cd6f5d1a959561a0c6e236792ad0af6b9cf940
Author: ergawy <kareem.ergawy at amd.com>
Date: 2025-06-04 (Wed, 04 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
R 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.
Commit: 16320487e5cb7dcd9145577a7a21f9b7c63ffa09
https://github.com/llvm/llvm-project/commit/16320487e5cb7dcd9145577a7a21f9b7c63ffa09
Author: ergawy <kareem.ergawy at amd.com>
Date: 2025-06-04 (Wed, 04 Jun 2025)
Changed paths:
M flang/lib/Lower/Support/Utils.cpp
M flang/test/Lower/do_concurrent_local_assoc_entity.f90
Log Message:
-----------
set IP correctly for dc
Compare: https://github.com/llvm/llvm-project/compare/8c8d15aaf5f6...16320487e5cb
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