[all-commits] [llvm/llvm-project] bf4626: [flang][Lower][OpenMP] Don't read moldarg for stat...
Tom Eccles via All-commits
all-commits at lists.llvm.org
Wed Feb 19 10:04:21 PST 2025
Branch: refs/heads/users/tblah/init-region-cleanup-2
Home: https://github.com/llvm/llvm-project
Commit: bf46263c14425350d3bc65872438e60d686c70eb
https://github.com/llvm/llvm-project/commit/bf46263c14425350d3bc65872438e60d686c70eb
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2025-02-19 (Wed, 19 Feb 2025)
Changed paths:
M flang/lib/Lower/OpenMP/DataSharingProcessor.cpp
M flang/lib/Lower/OpenMP/PrivateReductionUtils.cpp
M flang/lib/Lower/OpenMP/PrivateReductionUtils.h
M flang/test/Lower/OpenMP/delayed-privatization-array.f90
Log Message:
-----------
[flang][Lower][OpenMP] Don't read moldarg for static sized array
This should further reduce the number of spurious barriers
Commit: cef4554c269f103c2072c5cf7835fa0db12e328d
https://github.com/llvm/llvm-project/commit/cef4554c269f103c2072c5cf7835fa0db12e328d
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2025-02-19 (Wed, 19 Feb 2025)
Changed paths:
M flang/lib/Lower/OpenMP/PrivateReductionUtils.cpp
Log Message:
-----------
Fix spelling
Commit: 85e6ba8668cb0619638b7c8c9f2da360707c6b15
https://github.com/llvm/llvm-project/commit/85e6ba8668cb0619638b7c8c9f2da360707c6b15
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2025-02-19 (Wed, 19 Feb 2025)
Changed paths:
M flang/test/Lower/OpenMP/different_vars_lastprivate_barrier.f90
Log Message:
-----------
Fix test added after rebase
Because this patch fixes the reference to the source variable for static
length arrays, I had to change the array to be assumed shape (which
slightly changed some other codegen).
Compare: https://github.com/llvm/llvm-project/compare/bf46263c1442%5E...85e6ba8668cb
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