[PATCH] D30128: [LazyMachineBFI] Reimplement with getAnalysisIfAvailable

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 17 19:15:09 PST 2017


davide added a comment.

What's the compile time savings you're seeing from not computing these analyses unnecessarily?

Side rant: I think some of the names in LLVM are really poorly chosen, `DominatorTree` in fact is not an analysis but the result of an analysis.


https://reviews.llvm.org/D30128





More information about the llvm-commits mailing list