[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
Sat Jun 11 22:42:18 PDT 2022


umesh.kalappa0 marked an inline comment as done.
umesh.kalappa0 added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCCallingConv.td:280
 def CSR_SPE : CalleeSavedRegs<(add S14, S15, S16, S17, S18, S19, S20, S21, S22,
                                    S23, S24, S25, S26, S27, S28, S29, S30, S31
                               )>;
----------------
chmeee wrote:
> Should S31 be dropped up here, too?  Or should this remain as the list of all callee saved registers?
Taken care


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