Re: [PATCH] aarch64: Support unpacked SVE integer division

2025-07-14 Thread Remi Machet
On 7/14/25 06:35, Spencer Abson wrote: > External email: Use caution opening links or attachments > > > On Fri, Jul 11, 2025 at 02:40:46PM +, Remi Machet wrote: >> On 7/11/25 08:21, Spencer Abson wrote: >> >> External email: Use caution opening links or attachments >> >> >> This patch extends

Re: [PATCH] aarch64: Support unpacked SVE integer division

2025-07-14 Thread Spencer Abson
On Fri, Jul 11, 2025 at 02:40:46PM +, Remi Machet wrote: > > On 7/11/25 08:21, Spencer Abson wrote: > > External email: Use caution opening links or attachments > > > This patch extends the existing patterns for SVE_INT_BINARY_SD to > support partial SVE integer modes, including those imple

Re: [PATCH] aarch64: Support unpacked SVE integer division

2025-07-11 Thread Remi Machet
On 7/11/25 08:21, Spencer Abson wrote: External email: Use caution opening links or attachments This patch extends the existing patterns for SVE_INT_BINARY_SD to support partial SVE integer modes, including those implement the conditional form. gcc/ChangeLog: * config/aarch64/aarch64-

[PATCH] aarch64: Support unpacked SVE integer division

2025-07-11 Thread Spencer Abson
This patch extends the existing patterns for SVE_INT_BINARY_SD to support partial SVE integer modes, including those implement the conditional form. gcc/ChangeLog: * config/aarch64/aarch64-sve.md (3): Extend to SVE_SDI_SIMD. (@aarch64_pred_): Likewise. (@cond_): Ex