[PATCH] D15289: Avoid inlining CallSites leading to unreachable
David Li via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 10 23:11:37 PST 2015
davidxl added a comment.
This code basically duplicates unreachable heuristics in BPI analysis, which is not desirable as mentioned by Hal.
The good news is that Easwaran is working on a solution that can remove the inliner's limitation so that profile data will be made available to inliner. I expect this to be landed very soon.
http://reviews.llvm.org/D15289
More information about the llvm-commits
mailing list