[PATCH] D127495: Don't use the S30 reg for the pic code .
Justin Hibbits via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 10 07:19:41 PDT 2022
chmeee added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCCallingConv.td:285
+ S22, S23, S24, S25, S26, S27, S28, S29,
+ S31
+ )>;
----------------
Should we also drop S31? R31 is the frame pointer typically, so should almost never be an SPE register in the ABI.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127495/new/
https://reviews.llvm.org/D127495
More information about the llvm-commits
mailing list