[all-commits] [llvm/llvm-project] fecc27: [PowerPC][AIX] Update save/restore offset for fram...

Sean Fertile via All-commits all-commits at lists.llvm.org
Tue Sep 1 11:14:37 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fecc27db11105478c999d9ae71ea281b14be6b6a
      https://github.com/llvm/llvm-project/commit/fecc27db11105478c999d9ae71ea281b14be6b6a
  Author: Sean Fertile <sd.fertile at gmail.com>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
    M llvm/test/CodeGen/PowerPC/aix-base-pointer.ll
    A llvm/test/CodeGen/PowerPC/aix-framepointer-save-restore.ll

  Log Message:
  -----------
  [PowerPC][AIX] Update save/restore offset for frame and base pointers.

General purpose registers 30 and 31 are handled differently when they are
reserved as the base-pointer and frame-pointer respectively. This fixes the
offset of their fixed-stack objects when there are fpr calle-saved registers.

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




More information about the All-commits mailing list