[all-commits] [llvm/llvm-project] b92d08: [AArch64][SVE] Fix frame offset calculation when d...

Eli Friedman via All-commits all-commits at lists.llvm.org
Wed Sep 23 11:34:36 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b92d084910b9febdafb9e701af6b73ddb7cac5af
      https://github.com/llvm/llvm-project/commit/b92d084910b9febdafb9e701af6b73ddb7cac5af
  Author: Eli Friedman <efriedma at quicinc.com>
  Date:   2020-09-23 (Wed, 23 Sep 2020)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
    M llvm/test/CodeGen/AArch64/framelayout-sve.mir

  Log Message:
  -----------
  [AArch64][SVE] Fix frame offset calculation when d8 is saved.

If d8 is saved, the fp is not actually adjacent to the SVE
spills/allocations.  Fix the offset calculation to account for this.

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




More information about the All-commits mailing list