[llvm] Spill/restore FP/BP around instructions in which they are clobbered (PR #81048)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 3 13:19:45 PDT 2024
================
@@ -599,6 +599,7 @@ class MachineFrameInfo {
/// Return the alignment in bytes that this function must be aligned to,
/// which is greater than the default stack alignment provided by the target.
Align getMaxAlign() const { return MaxAlignment; }
+ Align getStackAlignment() const { return StackAlignment; }
----------------
weiguozhi wrote:
I can get it from TFL, so it is not needed now.
https://github.com/llvm/llvm-project/pull/81048
More information about the llvm-commits
mailing list