Re: [PATCH] Add statistics counting to PHI-OPT

2021-06-18 Thread Andrew Pinski via Gcc-patches
On Fri, Jun 11, 2021 at 12:51 AM Richard Biener via Gcc-patches wrote: > > On Fri, Jun 11, 2021 at 6:15 AM apinski--- via Gcc-patches > wrote: > > > > From: Andrew Pinski > > > > This should have been done before I started to work on connecting > > PHI-OPT to match-and-simplify to see quickly if

Re: [PATCH] Add statistics counting to PHI-OPT

2021-06-11 Thread Richard Biener via Gcc-patches
On Fri, Jun 11, 2021 at 6:15 AM apinski--- via Gcc-patches wrote: > > From: Andrew Pinski > > This should have been done before I started to work on connecting > PHI-OPT to match-and-simplify to see quickly if we miss anything > but it is better late than never. > Anyways there was no statistics

[PATCH] Add statistics counting to PHI-OPT

2021-06-10 Thread apinski--- via Gcc-patches
From: Andrew Pinski This should have been done before I started to work on connecting PHI-OPT to match-and-simplify to see quickly if we miss anything but it is better late than never. Anyways there was no statistics counting in PHI-OPT before so adding it is the right thing to do. OK? Bootstrap