[llvm] [AArch64][SME] Reuse ZT0 spill slot (PR #158593)
Benjamin Maxwell via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 15 06:04:46 PDT 2025
MacDue wrote:
> That's true for the StackColoring pass, but I thought the StackSlotColoring pass was able to do the same for spill slots without the markers.
Ah yeah, I think that one uses some "LiveStacks" analysis, which AFAIK is filled in by the register allocator, rather than a general analysis, so it only applies to spills produced during register allocation.
https://github.com/llvm/llvm-project/pull/158593
More information about the llvm-commits
mailing list