Re: [PING] [PATCH v2 2/2] i386: Canonicalize PAVG builtins to IFN_AVG_CEIL [PR122715]
"H.J. Lu" <[email protected]>
| Newsgroups | gmane.comp.gcc.patches |
|---|---|
| Message-ID | <CAMe9rOoLR1BZHzDsZZJLMXP1VfcbFCwBASX-0N+pqUnCOHdO=Q@mail.gmail.com> |
On Sat, Aug 15, 2026 at 5:36 AM Odysseas Georgoudis <[email protected]> wrote: > > Thanks! > > I don't have commit access. Could someone please push this for me? I pushed it in for you. > Odysseas > ________________________________ > From: Hongtao Liu <[email protected]> > Sent: 14 August 2026 04:20 > To: Odysseas Georgoudis <[email protected]> > Cc: Richard Biener <[email protected]>; [email protected] <[email protected]>; [email protected] <[email protected]> > Subject: Re: [PING] [PATCH v2 2/2] i386: Canonicalize PAVG builtins to IFN_AVG_CEIL [PR122715] > > On Fri, Aug 14, 2026 at 7:58 AM Odysseas Georgoudis <[email protected]> wrote: > > > > Ping for this patch. > > This is the x86 part of PR122715 v2, reworked to canonicalize PAVG target builtins to IFN_AVG_CEIL as suggested. > > Bootstrapped on x86_64-pc-linux-gnu; the new x86 tests and existing PAVG tests pass. > > Is this OK for trunk? > > Thanks, > > Odysseas > > ________________________________ > > From: Odysseas Georgoudis <[email protected]> > > Sent: 23 July 2026 02:00 > > To: Richard Biener <[email protected]> > > Cc: [email protected] <[email protected]>; [email protected] <[email protected]> > > Subject: [PATCH v2 2/2] i386: Canonicalize PAVG builtins to IFN_AVG_CEIL [PR122715] > > > > This is the x86 part of v2, reworked to canonicalize PAVG target builtins to IFN_AVG_CEIL as suggested. > > > > Bootstrapped on x86_64-pc-linux-gnu. The new x86 tests and the existing PAVG tests pass. > > Ok for the trunk. > > BR, > Hongtao -- H.J.