Re: [PATCH 08/14] aarch64: Add support for unpacked SVE FP binary arithmetic

2025-06-09 Thread Richard Sandiford
Spencer Abson writes: > On Fri, Jun 06, 2025 at 12:18:15PM +0100, Richard Sandiford wrote: >> Spencer Abson writes: >> > This patch extends the expanders for unpredicated smax, smin, add, sub, >> > mul, min, and max, so that they support partial SVE FP modes. >> > >> > The relevant insn/split pat

Re: [PATCH 08/14] aarch64: Add support for unpacked SVE FP binary arithmetic

2025-06-09 Thread Spencer Abson
On Fri, Jun 06, 2025 at 12:18:15PM +0100, Richard Sandiford wrote: > Spencer Abson writes: > > This patch extends the expanders for unpredicated smax, smin, add, sub, > > mul, min, and max, so that they support partial SVE FP modes. > > > > The relevant insn/split patterns have also been updated.

Re: [PATCH 08/14] aarch64: Add support for unpacked SVE FP binary arithmetic

2025-06-06 Thread Richard Sandiford
Spencer Abson writes: > This patch extends the expanders for unpredicated smax, smin, add, sub, > mul, min, and max, so that they support partial SVE FP modes. > > The relevant insn/split patterns have also been updated. > > gcc/ChangeLog: > > * config/aarch64/aarch64-sve.md (3): Extend from

[PATCH 08/14] aarch64: Add support for unpacked SVE FP binary arithmetic

2025-06-02 Thread Spencer Abson
This patch extends the expanders for unpredicated smax, smin, add, sub, mul, min, and max, so that they support partial SVE FP modes. The relevant insn/split patterns have also been updated. gcc/ChangeLog: * config/aarch64/aarch64-sve.md (3): Extend from SVE_FULL_F to SVE_F, and