[PATCH] D129135: [doc][ReleaseNotes] Document AArch64 SVE ABI fix from D127209
Richard Sandiford via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 5 05:04:55 PDT 2022
rsandifo-arm added inline comments.
================
Comment at: clang/docs/ReleaseNotes.rst:503
+- Targeting AArch64, since D127209 LLVM now only preserves the z8-z23
+ and p4-p15 registers across a call if the registers z0-z7 or p0-p4 are
+ used to pass data into or out of a subroutine. The new behavior
----------------
Should be p0-p3 rather than p0-p4. LGTM with that change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129135/new/
https://reviews.llvm.org/D129135
More information about the cfe-commits
mailing list