[all-commits] [llvm/llvm-project] d636b7: [CodeGen] Use AdjustStackOffset for Callee Saved R...

DanielMcIntosh via All-commits all-commits at lists.llvm.org
Wed Mar 2 08:41:30 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d636b76ecaa67394c09afb4f1c127527ebb798bf
      https://github.com/llvm/llvm-project/commit/d636b76ecaa67394c09afb4f1c127527ebb798bf
  Author: Daniel McIntosh <Daniel.McIntosh at ibm.com>
  Date:   2022-03-02 (Wed, 02 Mar 2022)

  Changed paths:
    M llvm/lib/CodeGen/PrologEpilogInserter.cpp

  Log Message:
  -----------
  [CodeGen] Use AdjustStackOffset for Callee Saved Registers in PEI::calculateFrameObjectOffsets

Also, changes how the CSR loop is indexed, which should avoid bugs like the one fixed by rG4a57bb5a3b74bdad9b0518009a7d7ac7ca2ac650

Reviewed By: arsenm

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




More information about the All-commits mailing list