[llvm] [AArch64][SME] Disable hazard padding when there is only PPRs and GPRs (PR #137817)
Gaƫtan Bossu via llvm-commits
llvm-commits at lists.llvm.org
Tue May 13 00:58:22 PDT 2025
================
@@ -3552,11 +3558,12 @@ void AArch64FrameLowering::determineStackHazardSlot(
// Add a hazard slot if there are any CSR FPR registers, or are any fp-only
// stack objects.
----------------
gbossu wrote:
Noob question: It's not really clear to me what a hazard slot is. I first assumed it was an emergency spill slot, but it seems to be different?
https://github.com/llvm/llvm-project/pull/137817
More information about the llvm-commits
mailing list