[llvm] LiveIntervals: Use BumpPtrAllocator (PR #127057)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 13 05:25:57 PST 2025


================
@@ -64,6 +65,8 @@ class LiveIntervals {
   MachineDominatorTree *DomTree = nullptr;
   std::unique_ptr<LiveIntervalCalc> LICalc;
 
+  BumpPtrAllocator Allocator;
----------------
jayfoad wrote:

Comment saying what this is used for?

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


More information about the llvm-commits mailing list