RE: [PATCH 2/2] [APX CFCMOV] Support APX CFCMOV

2024-06-13 Thread Liu, Hongtao
> -Original Message- > From: Richard Biener > Sent: Friday, June 14, 2024 2:13 PM > To: Kong, Lingling ; Richard Sandiford > > Cc: gcc-patches@gcc.gnu.org; Liu, Hongtao ; Uros > Bizjak > Subject: Re: [PATCH 2/2] [APX CFCMOV] Support APX CFCMOV > > On Fri

Re: [PATCH 2/2] [APX CFCMOV] Support APX CFCMOV

2024-06-13 Thread Richard Biener
On Fri, Jun 14, 2024 at 3:39 AM Kong, Lingling wrote: > > From: konglin1 > > > > APX CFCMOV feature implements conditionally faulting which means that all > > memory faults are suppressed when the condition code evaluates to false and > > load or store a memory operand. Now we could load or store

[PATCH 2/2] [APX CFCMOV] Support APX CFCMOV

2024-06-13 Thread Kong, Lingling
From: konglin1 mailto:lingling.k...@intel.com>> APX CFCMOV feature implements conditionally faulting which means that all memory faults are suppressed when the condition code evaluates to false and load or store a memory operand. Now we could load or store a memory operand may trap or fault f