diff options
author | Kiran Chandramohan <kiran.chandramohan@arm.com> | 2023-11-06 16:07:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-06 16:07:22 +0000 |
commit | 742d8eb96d59a08d92a3723ce1985e1dd0487379 (patch) | |
tree | f17157070a92d864fbb013676804c655c29fc078 /llvm/lib/Transforms/Utils/ModuleUtils.cpp | |
parent | 5fc69134a15a436e69c5b1db26f0a91c1deb3acb (diff) | |
download | llvm-742d8eb96d59a08d92a3723ce1985e1dd0487379.zip llvm-742d8eb96d59a08d92a3723ce1985e1dd0487379.tar.gz llvm-742d8eb96d59a08d92a3723ce1985e1dd0487379.tar.bz2 |
[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
Diffstat (limited to 'llvm/lib/Transforms/Utils/ModuleUtils.cpp')
0 files changed, 0 insertions, 0 deletions