Re: Fix handling of gimple_clobber in ipa_modref

2020-09-28 Thread Jan Hubicka
> Hi Honza, > > > On Sat, 26 Sep 2020 at 22:03, Jan Hubicka wrote: > > > > > On September 26, 2020 12:04:24 AM GMT+02:00, Jan Hubicka > > > wrote: > > > >Hi, > > > >while adding check for gimple_clobber I reversed the return value > > > >so instead of ignoring the statement ipa-modref gives up

Re: Fix handling of gimple_clobber in ipa_modref

2020-09-28 Thread Christophe Lyon via Gcc-patches
Hi Honza, On Sat, 26 Sep 2020 at 22:03, Jan Hubicka wrote: > > > On September 26, 2020 12:04:24 AM GMT+02:00, Jan Hubicka > > wrote: > > >Hi, > > >while adding check for gimple_clobber I reversed the return value > > >so instead of ignoring the statement ipa-modref gives up. Fixed thus. > > >

Re: Fix handling of gimple_clobber in ipa_modref

2020-09-26 Thread Jan Hubicka
> On September 26, 2020 12:04:24 AM GMT+02:00, Jan Hubicka > wrote: > >Hi, > >while adding check for gimple_clobber I reversed the return value > >so instead of ignoring the statement ipa-modref gives up. Fixed thus. > >This explains the drop between originally reported disambinguations > >stats

Re: Fix handling of gimple_clobber in ipa_modref

2020-09-26 Thread Jan Hubicka
> On September 26, 2020 12:04:24 AM GMT+02:00, Jan Hubicka > wrote: > >Hi, > >while adding check for gimple_clobber I reversed the return value > >so instead of ignoring the statement ipa-modref gives up. Fixed thus. > >This explains the drop between originally reported disambinguations > >stats

Re: Fix handling of gimple_clobber in ipa_modref

2020-09-25 Thread Jan Hubicka
> On September 26, 2020 12:04:24 AM GMT+02:00, Jan Hubicka > wrote: > >Hi, > >while adding check for gimple_clobber I reversed the return value > >so instead of ignoring the statement ipa-modref gives up. Fixed thus. > >This explains the drop between originally reported disambinguations > >stats

Re: Fix handling of gimple_clobber in ipa_modref

2020-09-25 Thread Richard Biener via Gcc-patches
On September 26, 2020 12:04:24 AM GMT+02:00, Jan Hubicka wrote: >Hi, >while adding check for gimple_clobber I reversed the return value >so instead of ignoring the statement ipa-modref gives up. Fixed thus. >This explains the drop between originally reported disambinguations >stats and ones I got

Fix handling of gimple_clobber in ipa_modref

2020-09-25 Thread Jan Hubicka
Hi, while adding check for gimple_clobber I reversed the return value so instead of ignoring the statement ipa-modref gives up. Fixed thus. This explains the drop between originally reported disambinguations stats and ones I got later. Bootstrapped/regtested x86_64-linux. gcc/ChangeLog: 2020-09