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

via flang-commits flang-commits at lists.llvm.org
Wed Sep 4 05:42:44 PDT 2024


https://github.com/jeanPerier approved this pull request.

LGTM. The code I wrote here intended to do like the previous lowering code to FIR, it was not quite clear to me if allocation/reallocation could happen on the device. Supporting it makes some sense if the OpenMP standard does not explicitly prevents it.

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


More information about the flang-commits mailing list