Re: [PATCH 09/14] aarch64: Add support for unpacked SVE FDIV

2025-06-11 Thread Spencer Abson
On Tue, Jun 10, 2025 at 07:54:31PM +0100, Richard Sandiford wrote: > Spencer Abson writes: > > On Fri, Jun 06, 2025 at 12:46:32PM +0100, Richard Sandiford wrote: > >> Spencer Abson writes: > >> > This patch extends the unpredicated FP division expander to support > >> > partial FP modes. It exte

Re: [PATCH 09/14] aarch64: Add support for unpacked SVE FDIV

2025-06-10 Thread Richard Sandiford
Spencer Abson writes: > On Fri, Jun 06, 2025 at 12:46:32PM +0100, Richard Sandiford wrote: >> Spencer Abson writes: >> > This patch extends the unpredicated FP division expander to support >> > partial FP modes. It extends the existing patterns used to implement >> > UNSPEC_COND_FDIV and it's ap

Re: [PATCH 09/14] aarch64: Add support for unpacked SVE FDIV

2025-06-09 Thread Spencer Abson
On Fri, Jun 06, 2025 at 12:46:32PM +0100, Richard Sandiford wrote: > Spencer Abson writes: > > This patch extends the unpredicated FP division expander to support > > partial FP modes. It extends the existing patterns used to implement > > UNSPEC_COND_FDIV and it's approximation as needed. > > >

Re: [PATCH 09/14] aarch64: Add support for unpacked SVE FDIV

2025-06-06 Thread Richard Sandiford
Spencer Abson writes: > This patch extends the unpredicated FP division expander to support > partial FP modes. It extends the existing patterns used to implement > UNSPEC_COND_FDIV and it's approximation as needed. > > gcc/ChangeLog: > > * config/aarch64/aarch64-sve.md: (@aarch64_sve_): >

[PATCH 09/14] aarch64: Add support for unpacked SVE FDIV

2025-06-02 Thread Spencer Abson
This patch extends the unpredicated FP division expander to support partial FP modes. It extends the existing patterns used to implement UNSPEC_COND_FDIV and it's approximation as needed. gcc/ChangeLog: * config/aarch64/aarch64-sve.md: (@aarch64_sve_): Extend from SVE_FULL_F to S