[all-commits] [llvm/llvm-project] e1aa8a: [flang][OpenMP] Fix bug in emitting `dealloc` logi...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Wed May 29 02:59:22 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e1aa8ad6faa1524f12338ca58d1eadfde6f29f34
https://github.com/llvm/llvm-project/commit/e1aa8ad6faa1524f12338ca58d1eadfde6f29f34
Author: Kareem Ergawy <kareem.ergawy at amd.com>
Date: 2024-05-29 (Wed, 29 May 2024)
Changed paths:
M flang/lib/Lower/OpenMP/DataSharingProcessor.cpp
A flang/test/Lower/OpenMP/allocatable-multiple-vars.f90
Log Message:
-----------
[flang][OpenMP] Fix bug in emitting `dealloc` logic (#93641)
Fixes a bug in emiting deacllocation logic when delayed privatization is
disabled. I introduced the bug when implementing delayed privatization
for allocatables: when delayed privatization is disabled the
deacllocation ops are emitted for only one allocatable variables.
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