[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 03:29:31 PDT 2022


rsandifo-arm added inline comments.


================
Comment at: clang/docs/ReleaseNotes.rst:503
+- Targeting AArch64, LLVM now only preserves the z8-z23 registers across
+  a call if the registers z0-z7 are used to pass data into or out of a
+  subroutine. This new behavior now matches the AAPCS. Previously LLVM
----------------
Pedantically, I think it should be “the registers z0-z7 or p0-p3”.


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