[llvm] [MachineFrameInfo] Refactoring with computeMaxcallFrameSize() (NFC) (PR #78001)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 23 17:33:08 PST 2024
================
@@ -602,6 +603,9 @@ bool InlineAsmLowering::lowerInlineAsm(
}
}
+ if (ExtraInfo.get() & InlineAsm::Extra_IsAlignStack)
+ MF.getFrameInfo().setAdjustsStack(true);
----------------
arsenm wrote:
Also related #46222? Should probably split this to a separate change
https://github.com/llvm/llvm-project/pull/78001
More information about the llvm-commits
mailing list