Benjamin Maxwell 33609bdd58
[AArch64][SVE] Coalesce SVE prologue/epilogue stack adjustments (#163956)
With split SVE, it is possible to have multiple stack adjustments at the
same location. Previously, these were all handled separately, which
could result in more stack adjustments than necessary.

This patch reworks the prologue/epilogue to group stack adjustments when
possible. A nice side-effect is that the code for the prologue and
epilogue is now more closely aligned/similar.
2025-11-03 11:40:07 +00:00
..
2025-11-02 17:16:47 -08:00