[flang] [llvm] [Flang][OpenMP] Align map clause generation and fix issue with non-shared allocations for assumed shape/size descriptor types (PR #97855)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 2 07:00:01 PDT 2024
agozillon wrote:
The recent commit adds a runtime test case this PR fixes, as well as moves the OMPMapInfoFinalization pass to work on a per module rather than per function basis to make sure it's performed sequentially, at least for the moment, as whilst there's no race conditions I am aware of at the moment, this pass undergoes a lot of maintenance/extension at the moment, so likely best to keep it simple until it stabilizes (for my own sanity as well as others).
https://github.com/llvm/llvm-project/pull/97855
More information about the llvm-commits
mailing list