Re: ICF versus inlining

2015-01-29 Thread H.J. Lu
On Wed, Jan 28, 2015 at 11:03 PM, Jan Hubicka wrote: > Hi, > the PR is about function not being inlined because it is called via a wrapper > introduced by ICF merging code. cgraph_node::create_wrapper set > call_stmt_cannot_inline_p that I suggested to Martin to try to figure out how > much of mer

ICF versus inlining

2015-01-28 Thread Jan Hubicka
Hi, the PR is about function not being inlined because it is called via a wrapper introduced by ICF merging code. cgraph_node::create_wrapper set call_stmt_cannot_inline_p that I suggested to Martin to try to figure out how much of merging is undone by inliner. It was not meant to get into mainlin