We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca111b7 commit f8494a5Copy full SHA for f8494a5
llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
@@ -595,7 +595,7 @@ bool AArch64FrameLowering::hasFPImpl(const MachineFunction &MF) const {
595
// CFA in either of these cases.
596
if (AFI.needsDwarfUnwindInfo(MF) &&
597
((requiresSaveVG(MF) || AFI.getSMEFnAttrs().hasStreamingBody()) &&
598
- (!AFI.hasCalculatedStackSizeSVE() || AFI.getStackSizeSVE() > 0)))
+ (!AFI.hasCalculatedStackSizeSVE() || AFI.hasSVEStackSize())))
599
return true;
600
// With large callframes around we may need to use FP to access the scavenging
601
// emergency spillslot.
0 commit comments