Re: [PATCH] Compare more sensitive FIX_TRUNC_EXPR in IPA ICF.

2020-02-18 Thread Richard Biener
On Tue, Feb 18, 2020 at 3:00 PM Martin Liška wrote: > > On 2/18/20 11:19 AM, Richard Biener wrote: > > On Mon, Feb 17, 2020 at 4:21 PM Martin Liška wrote: > >> > >> Hi. > >> > >> The patch is extension of 446096148ca9775cb56f9ee924fa283babcd0b76 commit > >> where we need to handle FIX_TRUNC_EXPR

Re: [PATCH] Compare more sensitive FIX_TRUNC_EXPR in IPA ICF.

2020-02-18 Thread Martin Liška
On 2/18/20 11:19 AM, Richard Biener wrote: On Mon, Feb 17, 2020 at 4:21 PM Martin Liška wrote: Hi. The patch is extension of 446096148ca9775cb56f9ee924fa283babcd0b76 commit where we need to handle FIX_TRUNC_EXPR in compare_gimple_assign. Patch can bootstrap on x86_64-linux-gnu and survives r

Re: [PATCH] Compare more sensitive FIX_TRUNC_EXPR in IPA ICF.

2020-02-18 Thread Richard Biener
On Mon, Feb 17, 2020 at 4:21 PM Martin Liška wrote: > > Hi. > > The patch is extension of 446096148ca9775cb56f9ee924fa283babcd0b76 commit > where we need to handle FIX_TRUNC_EXPR in compare_gimple_assign. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be in

[PATCH] Compare more sensitive FIX_TRUNC_EXPR in IPA ICF.

2020-02-17 Thread Martin Liška
Hi. The patch is extension of 446096148ca9775cb56f9ee924fa283babcd0b76 commit where we need to handle FIX_TRUNC_EXPR in compare_gimple_assign. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin gcc/ChangeLog: 2020-02-17 Martin Liska