mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 13:56:07 +00:00

Improve the check for whether a type can be passed by copy. Currently, passing by copy is done via the OMP_MAP_LITERAL mapping, which can only transfer as much data as can be contained in a pointer representation.