[PATCH] D22694: [Inliner, OptDiag] Add hotness attribute to opt diagnostics

Easwaran Raman via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 28 14:59:06 PDT 2016


eraman added a comment.

This computes DominatorTree, LoopInfo, BPI and BFI for *every callsite* that is considered for inlining. Even though this is (I assume) turned off by default, it's still very expensive. Even in the new PM, this can be avoided only by incrementally updating the BFI of the caller after inlining a callee into it.


https://reviews.llvm.org/D22694





More information about the llvm-commits mailing list