Re: Patch ping - [PATCH] [APX EGPR] Fix indirect call prefix

2024-11-24 Thread Hongtao Liu
> > 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

RE: Patch ping - [PATCH] [APX EGPR] Fix indirect call prefix

2024-11-24 Thread Kong, Lingling
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

Patch ping - [PATCH] [APX EGPR] Fix indirect call prefix

2024-11-22 Thread Gregory Kanter
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.

[PATCH] [APX EGPR] Fix indirect call prefix

2024-11-08 Thread Gregory Kanter
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.