Re: [PATCH] Abstract out calculation of max HWIs per wide int.

2023-04-18 Thread Richard Biener via Gcc-patches
On Mon, Apr 17, 2023 at 8:50 PM Aldy Hernandez via Gcc-patches wrote: > > > > On 4/17/23 20:47, Andrew Pinski wrote: > > On Mon, Apr 17, 2023 at 11:44 AM Aldy Hernandez via Gcc-patches > > wrote: > >> > >> I'm about to add one more use of the same snippet of code, for a total > >> of 4 identical

Re: [PATCH] Abstract out calculation of max HWIs per wide int.

2023-04-17 Thread Aldy Hernandez via Gcc-patches
On 4/17/23 20:47, Andrew Pinski wrote: On Mon, Apr 17, 2023 at 11:44 AM Aldy Hernandez via Gcc-patches wrote: I'm about to add one more use of the same snippet of code, for a total of 4 identical calculations in the code base. This seems safe enough even before the release, since this

Re: [PATCH] Abstract out calculation of max HWIs per wide int.

2023-04-17 Thread Andrew Pinski via Gcc-patches
On Mon, Apr 17, 2023 at 11:44 AM Aldy Hernandez via Gcc-patches wrote: > > I'm about to add one more use of the same snippet of code, for a total > of 4 identical calculations in the code base. > > This seems safe enough even before the release, since this file hardly > changes and I'm pretty

[PATCH] Abstract out calculation of max HWIs per wide int.

2023-04-17 Thread Aldy Hernandez via Gcc-patches
I'm about to add one more use of the same snippet of code, for a total of 4 identical calculations in the code base. This seems safe enough even before the release, since this file hardly changes and I'm pretty much the only one who's touched it this year. OK for trunk? gcc/ChangeLog: