[flang-commits] [flang] [flang][OpenMP] Make static duration variables default to shared DSA (PR #142783)
Kajetan Puchalski via flang-commits
flang-commits at lists.llvm.org
Wed Jun 4 11:55:50 PDT 2025
mrkajetanp wrote:
> Could you comment on whether all these cases (variable with SAVE, common block object, variables in module) are handled in this patch?
The patch checks for the InDataStmt flag, which I think should be set in all of these cases. I'll add tests for those alongside the changes Tom asked for to make sure.
https://github.com/llvm/llvm-project/pull/142783
More information about the flang-commits
mailing list