Hi.
Honza can you please take a look at this, because Richi installed patch
that I originally suggested and you were not happy about: r251333.
Thanks,
Martin
On 08/10/2017 03:39 PM, Jan Hubicka wrote:
>>> - /* If callee has no option attributes, then it is ok to inline. */
>>> - if (!callee_tree)
>>> + /* If callee has no option attributes (or default),
>>> + then it is ok to inline. */
>>> + if (!callee_tree || callee_tree
> > - /* If callee has no option attributes, then it is ok to inline. */
> > - if (!callee_tree)
> > + /* If callee has no option attributes (or default),
> > + then it is ok to inline. */
> > + if (!callee_tree || callee_tree == target_option_default_node)
>
> >>
Honza?
Thanks,
Martin
On 06/30/2017 03:50 PM, Martin Liška wrote:
> On 06/28/2017 05:18 PM, Jan Hubicka wrote:
>>> On 06/28/2017 04:24 PM, Jan Hubicka wrote:
> - /* If callee has no option attributes, then it is ok to inline. */
> - if (!callee_tree)
> + /* If callee has no option
On 06/28/2017 05:18 PM, Jan Hubicka wrote:
>> On 06/28/2017 04:24 PM, Jan Hubicka wrote:
- /* If callee has no option attributes, then it is ok to inline. */
- if (!callee_tree)
+ /* If callee has no option attributes (or default),
+ then it is ok to inline. */
+
> On 06/28/2017 04:24 PM, Jan Hubicka wrote:
> >> - /* If callee has no option attributes, then it is ok to inline. */
> >> - if (!callee_tree)
> >> + /* If callee has no option attributes (or default),
> >> + then it is ok to inline. */
> >> + if (!callee_tree || callee_tree == target_op
On 06/28/2017 04:24 PM, Jan Hubicka wrote:
>> - /* If callee has no option attributes, then it is ok to inline. */
>> - if (!callee_tree)
>> + /* If callee has no option attributes (or default),
>> + then it is ok to inline. */
>> + if (!callee_tree || callee_tree == target_option_default
> - /* If callee has no option attributes, then it is ok to inline. */
> - if (!callee_tree)
> + /* If callee has no option attributes (or default),
> + then it is ok to inline. */
> + if (!callee_tree || callee_tree == target_option_default_node)
I am not sure this actually makes sense,