RE: [PATCH v3 1/2] [APX CFCMOV] Support APX CFCMOV in if_convert pass

2024-09-19 Thread Kong, Lingling
> > "Kong, Lingling" writes: > > > Hi, > > > > > > This version has added a new optab named 'cfmovcc'. The new optab is > > > used in the middle end to expand to cfcmov. And simplified my patch > > > by trying to generate the conditional faulting movcc in > > > noce_try_cmove_arith > > function. >

RE: [PATCH v3 1/2] [APX CFCMOV] Support APX CFCMOV in if_convert pass

2024-09-11 Thread Kong, Lingling
> -Original Message- > From: Richard Sandiford > Sent: Friday, September 6, 2024 5:19 PM > To: Kong, Lingling > Cc: gcc-patches@gcc.gnu.org; Jeff Law ; Richard Biener > ; Uros Bizjak ; Hongtao Liu > ; Jakub Jelinek > Subject: Re: [PATCH v3 1/2] [APX CFCMO

Re: [PATCH v3 1/2] [APX CFCMOV] Support APX CFCMOV in if_convert pass

2024-09-06 Thread Richard Sandiford
"Kong, Lingling" writes: > Hi, > > This version has added a new optab named 'cfmovcc'. The new optab is used > in the middle end to expand to cfcmov. And simplified my patch by trying to > generate the conditional faulting movcc in noce_try_cmove_arith function. > > All the changes passed bootstra

[PATCH v3 1/2] [APX CFCMOV] Support APX CFCMOV in if_convert pass

2024-09-05 Thread Kong, Lingling
Hi, This version has added a new optab named 'cfmovcc'. The new optab is used in the middle end to expand to cfcmov. And simplified my patch by trying to generate the conditional faulting movcc in noce_try_cmove_arith function. All the changes passed bootstrap & regtest x86-64-pc-linux-gnu. We al