[llvm] [NFC] Various Cleanup in StackColoring, StackSlotColoring, LiveStacks (PR #143931)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 28 14:04:25 PDT 2025
================
@@ -40,49 +40,43 @@ class LiveStacks {
///
VNInfo::Allocator VNInfoAllocator;
- /// S2IMap - Stack slot indices to live interval mapping.
- using SS2IntervalMap = std::unordered_map<int, LiveInterval>;
- SS2IntervalMap S2IMap;
----------------
Ralender wrote:
Ok, https://github.com/llvm/llvm-project/pull/165477
https://github.com/llvm/llvm-project/pull/143931
More information about the llvm-commits
mailing list