[PATCH] D124836: [AArch64] Add support for -fzero-call-used-regs

Bill Wendling via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 3 15:24:00 PDT 2022


void added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64FrameLowering.cpp:752
+#undef CASE
+  }
+}
----------------
kristof.beyls wrote:
> Just a drive-by comment: I'm wondering if SVE registers should also be listed here?
I'm not familiar with the SVE registers (I assume you mean the `Z#` and `P#` ones). Could you give an example program?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124836/new/

https://reviews.llvm.org/D124836



More information about the llvm-commits mailing list