[all-commits] [llvm/llvm-project] 7cee61: [Flang][OpenMP] Fix lastprivate store issue (#92777)
Kiran Chandramohan via All-commits
all-commits at lists.llvm.org
Tue May 21 02:49:14 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7cee61c82f7fe5a563c2781e855c13238c44931f
https://github.com/llvm/llvm-project/commit/7cee61c82f7fe5a563c2781e855c13238c44931f
Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: 2024-05-21 (Tue, 21 May 2024)
Changed paths:
M flang/lib/Lower/OpenMP/DataSharingProcessor.cpp
M flang/test/Lower/OpenMP/lastprivate-iv.f90
Log Message:
-----------
[Flang][OpenMP] Fix lastprivate store issue (#92777)
Fix an issue where the lastprivate variable type is different from the
type used for the index of the loop.
Fixes #79780
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