[PATCH] D20027: [RegAlloc, NFC] Extract LastSplitPoint computation to a new class

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Mon May 9 10:25:48 PDT 2016


MatzeB added a comment.

Looking at the use in http://reviews.llvm.org/D19884 this may need a reset(const LiveIntervalAnalysis&) method that clears the cache and re-initializes the LiveIntervalAnalysis field, so users do not need to create new instances of the object less often.


Repository:
  rL LLVM

http://reviews.llvm.org/D20027





More information about the llvm-commits mailing list