[llvm-dev] [RFC] Enable Partial Inliner by default

Florian Hahn via llvm-dev llvm-dev at lists.llvm.org
Fri Nov 3 02:33:07 PDT 2017


Hi

On 02/11/2017 23:31, Tobias Grosser wrote:
> Hi Graham,
> 
> I think this is a good idea. It is also useful for libquantum, where
> together with some other changes, it enables Polly to perform libfusion.
> 
> The ARM people also played with the partial inliner and might have
> feedback.
> 

We have been using the partial inliner on a range of large benchmarks 
internally for a while now. AFAIK the only problem we found was fixed 
upstream in https://reviews.llvm.org/rL317084.

Compile time is not our primary concern, so I cannot really comment on 
the impact there.

Cheers,
Florian


More information about the llvm-dev mailing list