[all-commits] [llvm/llvm-project] 742d8e: [Flang][OpenMP] Dont add PreDetermined Flag if sym...
Kiran Chandramohan via All-commits
all-commits at lists.llvm.org
Mon Nov 6 08:07:36 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 742d8eb96d59a08d92a3723ce1985e1dd0487379
https://github.com/llvm/llvm-project/commit/742d8eb96d59a08d92a3723ce1985e1dd0487379
Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M flang/lib/Semantics/resolve-directives.cpp
A flang/test/Semantics/OpenMP/symbol09.f90
Log Message:
-----------
[Flang][OpenMP] Dont add PreDetermined Flag if symbol is privatized already (#70931)
If the symbol is already privatized due to a user specification then it
is not required to mark it as PreDetermined. This happens if there is a
sequential loop in a parallel region that has the private specification
for the index of the sequential loop.
Fixes #63143
More information about the All-commits
mailing list