[all-commits] [llvm/llvm-project] 6269ed: [RISCV] Readjusting the framestack for Zcmp
VincentWu via All-commits
all-commits at lists.llvm.org
Thu Jul 6 20:24:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6269ed24cf15c539e69f07988ad8a3f6995b5327
https://github.com/llvm/llvm-project/commit/6269ed24cf15c539e69f07988ad8a3f6995b5327
Author: WuXinlong <821408745 at qq.com>
Date: 2023-07-07 (Fri, 07 Jul 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
M llvm/lib/Target/RISCV/RISCVMachineFunctionInfo.h
M llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp
M llvm/lib/Target/RISCV/RISCVRegisterInfo.td
M llvm/test/CodeGen/RISCV/callee-saved-gprs.ll
M llvm/test/CodeGen/RISCV/cm_mvas_mvsa.ll
A llvm/test/CodeGen/RISCV/push-pop-popret.ll
Log Message:
-----------
[RISCV] Readjusting the framestack for Zcmp
This patch readjusts the frame stack for the push and pop instructions
co-author: @Lukacma
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D134599
More information about the All-commits
mailing list