[llvm] [AMDGPU]Optimize SGPR spills (PR #93668)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 4 07:41:36 PDT 2024


================
@@ -362,10 +362,12 @@
 ; GCN-O1-NEXT:        Machine Optimization Remark Emitter
 ; GCN-O1-NEXT:        Greedy Register Allocator
 ; GCN-O1-NEXT:        Virtual Register Rewriter
+; GCN-O1-NEXT:        Stack Slot Coloring
 ; GCN-O1-NEXT:        SI lower SGPR spill instructions
 ; GCN-O1-NEXT:        Virtual Register Map
 ; GCN-O1-NEXT:        Live Register Matrix
 ; GCN-O1-NEXT:        SI Pre-allocate WWM Registers
+; GCN-O1-NEXT:        Live Stack Slot Analysis
----------------
jayfoad wrote:

@vg0204 ping: are you planning to make StackSlotColoring preserve LiveStacks, or is there some reason it is hard to do?

https://github.com/llvm/llvm-project/pull/93668


More information about the llvm-commits mailing list