[flang-commits] [flang] [flang][OpenMP] Privatize indirectly referenced symbols (PR #187097)
Kelvin Li via flang-commits
flang-commits at lists.llvm.org
Tue Mar 31 11:01:55 PDT 2026
kkwli wrote:
There is a restriction for lastprivate (6.0 7.5.5):
>A list item must not appear in a lastprivate clause on a work-distribution construct if the corresponding region binds to the region of a parallelism-generating construct in which the list item is private.
https://github.com/llvm/llvm-project/pull/187097
More information about the flang-commits
mailing list