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 2f7ba65 commit bdaf58fCopy full SHA for bdaf58f
llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
@@ -340,9 +340,7 @@ static bool requiresSaveVG(const MachineFunction &MF);
340
// object offsets have been determined.
341
static bool isLikelyToHaveSVEStack(const MachineFunction &MF) {
342
auto *AFI = MF.getInfo<AArch64FunctionInfo>();
343
- if (MF.getFunction().getCallingConv() ==
344
- CallingConv::AArch64_SVE_VectorCall ||
345
- AFI->isSVECC())
+ if (AFI->isSVECC())
346
return true;
347
348
if (AFI->hasCalculatedStackSizeSVE())
0 commit comments