[PATCH] D134717: [Clang][AArch64] Fix va_arg with -mgeneral-regs-only
Amanieu d'Antras via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 29 02:42:20 PDT 2022
Amanieu added a comment.
I fully agree that this likely wasn't intentional, but this is still very useful for code that can't use FP registers for whatever reason (e.g. kernels). Regarding the ABI, it doesn't need to be officially defined: it just needs to be compatible with other code compiled with -mgeneral-regs-only.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134717/new/
https://reviews.llvm.org/D134717
More information about the cfe-commits
mailing list