[PATCH] D33017: [PPC] Properly update register save area offsets

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 16 11:04:48 PDT 2017


hfinkel accepted this revision.
hfinkel added a comment.
This revision is now accepted and ready to land.

In https://reviews.llvm.org/D33017#756308, @nemanjai wrote:

> This passes a double bootstrap with full testing. So I think it's fine.


This looks good to me as well. Once you come up with a test as requested, or figure out that you can't, please go ahead.

> However, are you able to add test cases for 32/64-bit targets that just saves the base pointer (i.e. a function that will use a base pointer without using any callee-saved registers and will save the base pointer - X30/R30/R29)?




Repository:
  rL LLVM

https://reviews.llvm.org/D33017





More information about the llvm-commits mailing list