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 f61f7bc commit 94f21b1Copy full SHA for 94f21b1
llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.h
@@ -307,8 +307,6 @@ class AArch64FunctionInfo final : public MachineFunctionInfo {
307
int FrameIdx = Info.getFrameIdx();
308
if (MFI.getStackID(FrameIdx) != TargetStackID::Default)
309
continue;
310
- if (MFI.getStackID(Info.getFrameIdx()) == TargetStackID::ScalableVector)
311
- continue;
312
int64_t Offset = MFI.getObjectOffset(FrameIdx);
313
int64_t ObjSize = MFI.getObjectSize(FrameIdx);
314
MinOffset = std::min<int64_t>(Offset, MinOffset);
0 commit comments