[PATCH] D15289: Avoid inlining CallSites leading to unreachable
Jun Bum Lim via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 11 14:31:12 PST 2015
junbuml added a comment.
As Easwaran is working on bringing BPI/BFI in inliner and expect it to be landed soon, I may want to revisit this patch after BPI/BFI is hooked. Please let me know if the BPI/BFI hook with inliner is not expected to be committed soon.
I submitted a separate patch (http://reviews.llvm.org/D15466) to enhance BranchProbabilityInfo::calcUnreachableHeuristics for InvokeInst which is basically the same idea used in collectBlocksLeadingToUnreachable in this patch.
http://reviews.llvm.org/D15289
More information about the llvm-commits
mailing list