RE: [x86 PATCH] Some additional ix86_rtx_costs clean-ups: NEG, AND and pandn.

2022-05-20 Thread Roger Sayle
Cc: gcc-patches@gcc.gnu.org > Subject: Re: [x86 PATCH] Some additional ix86_rtx_costs clean-ups: NEG, AND > and pandn. > > On Wed, May 18, 2022 at 7:30 PM Roger Sayle > wrote: > > > > > > Hi Uros, > > Very many thanks for the speedy review and approval of my

Re: [x86 PATCH] Some additional ix86_rtx_costs clean-ups: NEG, AND and pandn.

2022-05-19 Thread Uros Bizjak via Gcc-patches
On Wed, May 18, 2022 at 7:30 PM Roger Sayle wrote: > > > Hi Uros, > Very many thanks for the speedy review and approval of my ix86_rtx_costs > patch to correct the cost of multi-word multiplications. In the same > spirit, this patch tidies up a few additional nits I noticed while there: >