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

Christudasan Devadasan via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 4 07:20:15 PDT 2024


================
@@ -548,4 +548,4 @@ bool StackSlotColoring::runOnMachineFunction(MachineFunction &MF) {
   Assignments.clear();
 
   return Changed;
-}
+}
----------------
cdevadas wrote:

Something is wrong at the EOF. With this PR, there shouldn't be any change in StackSlotColoring.cpp.

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


More information about the llvm-commits mailing list