[all-commits] [llvm/llvm-project] 5c969a: [Flang][OpenMP] Skip default privatization of impl...
Kiran Chandramohan via All-commits
all-commits at lists.llvm.org
Fri Apr 26 03:21:56 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5c969af66ac1ea58425101772ad099698f49a20d
https://github.com/llvm/llvm-project/commit/5c969af66ac1ea58425101772ad099698f49a20d
Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: 2024-04-26 (Fri, 26 Apr 2024)
Changed paths:
M flang/lib/Lower/OpenMP/DataSharingProcessor.cpp
A flang/test/Lower/OpenMP/default-clause-implied-do-fix.f90
Log Message:
-----------
[Flang][OpenMP] Skip default privatization of implied do indices (#89915)
The scope of these indices is limited to the implied-do and is mapped to
SSA values or registers and hence need not be privatized.
Fixes #87216
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