[all-commits] [llvm/llvm-project] 7c70e5: [RISCV] Fix wrong offset use caused by missing the...
Yeting Kuo via All-commits
all-commits at lists.llvm.org
Sun Sep 24 21:05:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7c70e50b8e4a33f07db2c6170ac7debfe0a06556
https://github.com/llvm/llvm-project/commit/7c70e50b8e4a33f07db2c6170ac7debfe0a06556
Author: Yeting Kuo <46629943+yetingk at users.noreply.github.com>
Date: 2023-09-25 (Mon, 25 Sep 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
M llvm/lib/Target/RISCV/RISCVMachineFunctionInfo.h
M llvm/test/CodeGen/RISCV/push-pop-popret.ll
M llvm/test/CodeGen/RISCV/zcmp-with-float.ll
Log Message:
-----------
[RISCV] Fix wrong offset use caused by missing the size of Zcmp push. (#66613)
This fixes two wrong offset uses,
1. .cfi_offset of callee saves are not pushed by cm.push.
2. Reference of frame objests by frame pointer.
More information about the All-commits
mailing list