[PATCH] D127495: Don't use the S30 and S31 regs for the pic code .
Umesh Kalappa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 10 08:37:56 PDT 2022
umesh.kalappa0 marked an inline comment as done.
umesh.kalappa0 added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCCallingConv.td:285
+ S22, S23, S24, S25, S26, S27, S28, S29,
+ S31
+ )>;
----------------
chmeee wrote:
> Should we also drop S31? R31 is the frame pointer typically, so should almost never be an SPE register in the ABI.
Agree and updated the changes.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127495/new/
https://reviews.llvm.org/D127495
More information about the llvm-commits
mailing list