[llvm] [NFC] Various Cleanup in StackColoring, StackSlotColoring, LiveStacks (PR #143931)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 13 00:10:54 PDT 2025


================
@@ -900,6 +931,17 @@ bool StackColoring::removeAllMarkers() {
   }
   Markers.clear();
 
+  for (MachineBasicBlock &MBB : *MF) {
----------------
arsenm wrote:

More than a cleanup? 

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


More information about the llvm-commits mailing list