Re: [PATCH] Move combine over to statistics_counter_event.

2023-07-20 Thread Richard Biener via Gcc-patches
On Thu, Jul 20, 2023 at 4:42 AM Andrew Pinski via Gcc-patches wrote: > > Since we have statistics_counter_event now, combine should use that > instead of it is own custom printing of statistics. > The only thing that is not done any more after this patch is printing > out the total stats for the w

[PATCH] Move combine over to statistics_counter_event.

2023-07-19 Thread Andrew Pinski via Gcc-patches
Since we have statistics_counter_event now, combine should use that instead of it is own custom printing of statistics. The only thing that is not done any more after this patch is printing out the total stats for the whole TU. Note you need to use -fdump-rtl-combine-stats to get the stats in the