[PATCH] D15289: Avoid inlining CallSites leading to unreachable

Xinliang David Li via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 11 10:22:27 PST 2015


On Fri, Dec 11, 2015 at 10:10 AM, Junbum Lim <junbuml at codeaurora.org> wrote:
>
>
>
> The plan is to first add the infrastructure change so that BFI
> information is available to inliner (with incremental update). With
> that ready, the inliner can use profile data (including static
> profile) to drive inlining decisions for both speed and size
> optimization.
>
> David
>
>
>
>
> I see your point. Do you have the patch for infrastructure change to hook
> BFI/BFI ready?

There are a few inliner cleanup and refactoring patches. After those
ready, the main patch will be sent out.

David


More information about the llvm-commits mailing list