Re: Improve handling of memory operands in ipa-icf 3/4

2020-11-19 Thread Martin Liška
On 11/18/20 3:50 PM, Jan Hubicka wrote: On 11/13/20 6:50 PM, Jan Hubicka wrote: Bootstrapped/regtested x86_64-linux. I plan to commit it on monday if there are no complains. Hello Honza. Thank you very much for the patch set. It's a nice improvement and it will eventually fix the WPA

Re: Improve handling of memory operands in ipa-icf 3/4

2020-11-18 Thread Jan Hubicka
> On 11/13/20 6:50 PM, Jan Hubicka wrote: > > Bootstrapped/regtested x86_64-linux. I plan to commit it on monday if there > > are > > no complains. > > Hello Honza. > > Thank you very much for the patch set. > It's a nice improvement and it will eventually fix the WPA slowness caused by > IPA

Re: Improve handling of memory operands in ipa-icf 3/4

2020-11-18 Thread Martin Liška
On 11/13/20 6:50 PM, Jan Hubicka wrote: Bootstrapped/regtested x86_64-linux. I plan to commit it on monday if there are no complains. Hello Honza. Thank you very much for the patch set. It's a nice improvement and it will eventually fix the WPA slowness caused by IPA ICF. I made some

Improve handling of memory operands in ipa-icf 3/4

2020-11-13 Thread Jan Hubicka
Hi, this patch is based on Maritn's patch https://gcc.gnu.org/legacy-ml/gcc-patches/2019-11/msg02633.html however based on new code that track and compare memory accesses so it can be implemented correctly. As shown here https://gcc.gnu.org/pipermail/gcc-patches/2020-November/558773.html the