[llvm] [AArch64][SVE] Share code across SVE prologue/epilogue implementations (NFCI) (PR #162253)
Sander de Smalen via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 7 07:20:31 PDT 2025
================
@@ -75,6 +74,8 @@ static bool isPartOfPPRCalleeSaves(MachineBasicBlock::iterator I) {
case AArch64::LDR_PXI:
return I->getFlag(MachineInstr::FrameSetup) ||
I->getFlag(MachineInstr::FrameDestroy);
+ case AArch64::SEH_SavePReg:
----------------
sdesmalen-arm wrote:
this looks like a functional change?
https://github.com/llvm/llvm-project/pull/162253
More information about the llvm-commits
mailing list