[llvm] [RISC-V] Fix crash with late stack realignment requirement (PR #83496)
Wang Pengcheng via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 29 19:46:46 PST 2024
================
@@ -306,9 +306,12 @@ static Register getMaxPushPopReg(const MachineFunction &MF,
// variable sized allocas, or if the frame address is taken.
bool RISCVFrameLowering::hasFP(const MachineFunction &MF) const {
const TargetRegisterInfo *RegInfo = MF.getSubtarget().getRegisterInfo();
-
+ bool HasExtE =
----------------
wangpc-pp wrote:
`HasExtE` -> `HasEABI`?
https://github.com/llvm/llvm-project/pull/83496
More information about the llvm-commits
mailing list