> > To: gcc-patches@gcc.gnu.org
> > Cc: Kong, Lingling ; Gregory Kanter
> >
> > Subject: Patch ping - [PATCH] [APX EGPR] Fix indirect call prefix
> >
> > Hello,
> > I would like to ping the patch
> > https://gcc.gnu.org/pipermail/gcc-patches/2024-Novembe
Hi,
LGTM.
Now Hongyu and Hongtao are working on APX.
Thanks,
Lingling
> -Original Message-
> From: Gregory Kanter
> Sent: Saturday, November 23, 2024 8:16 AM
> To: gcc-patches@gcc.gnu.org
> Cc: Kong, Lingling ; Gregory Kanter
>
> Subject: Patch ping - [PATCH] [A
Hello,
I would like to ping the patch
https://gcc.gnu.org/pipermail/gcc-patches/2024-November/668105.html
please.
Also CC'ing someone who is working on APX,
sorry if this is frowned upon.
Thanks.
Fix indirect branch CS prefix for EGPR registers. Because of a mistake,
they are not prefixed with CS when the indirect-branch-cs-prefix flag is
specified.
gcc/ChangeLog:
* config/i386/i386.cc (ix86_output_indirect_branch_via_reg): fix
wrong condition for REX2 registers.