[Openmp-commits] [clang] [openmp] [Clang][OpenMP] Fix mapping of structs to device (PR #75642)

Gheorghe-Teodor Bercea via Openmp-commits openmp-commits at lists.llvm.org
Fri Dec 15 11:11:11 PST 2023


doru1004 wrote:

@alexey-bataev I have reworked the previous patch with your advice in mind. The emitCombinedEntry function was not changed since eliminating the combined entry has many ramifications which would need to be handled in a separate patch. For now this fixes the immediate error in a way that allows us to later get rid of the combined entry later on if we want to.

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


More information about the Openmp-commits mailing list