[PATCH] D30128: [LazyMachineBFI] Reimplement with getAnalysisIfAvailable

Adam Nemet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 21 11:15:37 PST 2017


anemet marked an inline comment as done.
anemet added a comment.

In https://reviews.llvm.org/D30128#682495, @davidxl wrote:

> Is there a need to keep LazyBlockFrequencyInfo as a template class after this change?


No.  I'd like to evaluate if we want to use the same approach as this in LBFI (do you have any opinion on this?) and if yes, the entire class can go.


https://reviews.llvm.org/D30128





More information about the llvm-commits mailing list