[PATCH] D135652: [AArch64] Add preserve_all calling convention.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 12 18:24:43 PDT 2022
efriedma added inline comments.
================
Comment at: clang/include/clang/Basic/AttrDocs.td:5176
+ X16-X18. Furthermore it also preserves all SIMD - floating point registers
+ (V0-V31).
+
----------------
Please clarify which bits are actually getting preserved. It looks like it's the low 64 bits of each vector register?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135652/new/
https://reviews.llvm.org/D135652
More information about the llvm-commits
mailing list