[flang-commits] [flang] [flang][OpenMP] incorrect handling for local variable in OpenMP parallel workshare firstprivate(P) (PR #195616)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Tue Jul 14 08:46:21 PDT 2026
================
----------------
tblah wrote:
This (or something similar) may also be needed for non-dynamic allocas. For example an alloca of a box is (usually) not a dynamic alloca but if only the box is duplicated and not the data then that is a shallow copy.
https://github.com/llvm/llvm-project/pull/195616
More information about the flang-commits
mailing list