================
@@ -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