[llvm] Added const reference for params wth size >= 16 bytes (PR #125074)

Jessica Clarke via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 30 09:24:46 PST 2025


jrtc27 wrote:

Sizes of structures changes between platforms. We have one where pointers are 16 bytes, yet this would mandate all pointers are passed by const reference, which is itself 16 bytes, clearly wrong.

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


More information about the llvm-commits mailing list