[clang] [Clang][AArch64] Fix Pure Scalables Types argument passing and return (PR #112747)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 17 13:57:40 PDT 2024


https://github.com/efriedma-quic commented:

Clang tracks the number of registers used on other targets, so it's not unprecedented... just an unfortunate consequence of the limitations of ABI in LLVM IR.

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


More information about the cfe-commits mailing list