[llvm] [NFC] Various Cleanup in StackColoring, StackSlotColoring, LiveStacks (PR #143931)
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 12 15:34:15 PDT 2025
================
@@ -1221,8 +1262,8 @@ bool StackColoring::run(MachineFunction &Func) {
unsigned NumSlots = MFI->getObjectIndexEnd();
// If there are no stack slots then there are no markers to remove.
----------------
efriedma-quic wrote:
Maybe fix this comment?
https://github.com/llvm/llvm-project/pull/143931
More information about the llvm-commits
mailing list