[all-commits] [llvm/llvm-project] a4aac2: [Flang][OpenMp] Fix to threadprivate not working w...
harishch4 via All-commits
all-commits at lists.llvm.org
Tue Mar 12 07:34:58 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a4aac22683a44264bb3883242b1c6b711f534e8b
https://github.com/llvm/llvm-project/commit/a4aac22683a44264bb3883242b1c6b711f534e8b
Author: harishch4 <harishcse44 at gmail.com>
Date: 2024-03-12 (Tue, 12 Mar 2024)
Changed paths:
M flang/lib/Lower/HostAssociations.cpp
M flang/lib/Lower/OpenMP/OpenMP.cpp
A flang/test/Lower/OpenMP/threadprivate-host-association-2.f90
A flang/test/Lower/OpenMP/threadprivate-host-association.f90
Log Message:
-----------
[Flang][OpenMp] Fix to threadprivate not working with host-association. (#74966)
This patch considers host-associated variables to generate threadprivate
Ops.
Fixes: #60763 #84561
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