[all-commits] [llvm/llvm-project] 4b8550: [flang][OpenMP] Only privaize pre-determined symbo...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Mon Aug 18 00:46:48 PDT 2025
Branch: refs/heads/users/ergawy/privatize_predetermined_symbols_when_defined_by_eval
Home: https://github.com/llvm/llvm-project
Commit: 4b85502c69aa2d61a31b2409d7d074c0f215885f
https://github.com/llvm/llvm-project/commit/4b85502c69aa2d61a31b2409d7d074c0f215885f
Author: ergawy <kareem.ergawy at amd.com>
Date: 2025-08-18 (Mon, 18 Aug 2025)
Changed paths:
M flang/lib/Lower/OpenMP/DataSharingProcessor.cpp
A flang/test/Lower/OpenMP/privatize_predetermined_only_when_defined_by_eval.f90
Log Message:
-----------
[flang][OpenMP] Only privaize pre-determined symbols when defined the evaluation.
Fixes a regression uncovered by Fujitsu test 0686_0024.f90. In particular,
verifies that a pre-determined symbol is only privatized by its defining
evaluation (e.g. the loop for which the symbol was marked as pre-determined).
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