[all-commits] [llvm/llvm-project] d6c873: [PowerPC][AIX] Spill CSRs to the ABI specified sta...

Sean Fertile via All-commits all-commits at lists.llvm.org
Tue May 26 09:26:41 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d6c8736287371f1c9eba3629819209c5fb54e546
      https://github.com/llvm/llvm-project/commit/d6c8736287371f1c9eba3629819209c5fb54e546
  Author: Sean Fertile <sd.fertile at gmail.com>
  Date:   2020-05-26 (Tue, 26 May 2020)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
    M llvm/test/CodeGen/PowerPC/aix-calleesavedregs.ll
    M llvm/test/CodeGen/PowerPC/aix-cc-abi.ll
    M llvm/test/CodeGen/PowerPC/aix-cc-byval-mem.ll
    A llvm/test/CodeGen/PowerPC/aix-csr.ll
    M llvm/test/CodeGen/PowerPC/aix32-crsave.mir
    M llvm/test/CodeGen/PowerPC/ppc64-crsave.mir

  Log Message:
  -----------
  [PowerPC][AIX] Spill CSRs to the ABI specified stack offsets.

Extend the CSR save/restore insertion code to support both 32-bit and
64-bit AIX.

Differential Revision: https://reviews.llvm.org/D79252




More information about the All-commits mailing list