[PATCH] D116424: [ShrinkWrap] check for PPC's non-callee-saved LR

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 5 13:59:03 PST 2022


nickdesaulniers added a comment.

In D116424#3223575 <https://reviews.llvm.org/D116424#3223575>, @efriedma wrote:

> but I guess we can leave that for a followup, if anyone hacking on the PPC backend is interested.

Care to accept the revision then? Otherwise I could still modify `isNonallocatableRegisterCalleeSave` to be a combination of `MCRegister.isAllocatable() && isCalleeSaved` (for the base case, which the PPC version will defer to after first checking for lr+lr8.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116424



More information about the llvm-commits mailing list