[flang-commits] [flang] [flang][OpenMP] Make lastprivate work with reallocated variables (PR #106559)

Leandro Lupori via flang-commits flang-commits at lists.llvm.org
Wed Sep 4 07:58:37 PDT 2024


luporl wrote:

Thanks for the reviews @jeanPerier and @tblah.

I have pushed one last commit with a change that I forgot to include previously.
It simplifies `DataSharingProcessor::copyLastPrivateSymbol`,  which now can use `copyHostAssociateVar()` for allocatables too.

https://github.com/llvm/llvm-project/pull/106559


More information about the flang-commits mailing list