Re: [PATCH] SVE intrinsics: Add fold_active_lanes_to method to refactor svmul and svdiv.

2024-10-18 Thread Jennifer Schmitz
; Cc: gcc-patches@gcc.gnu.org; Kyrylo Tkachov ; Tamar >> Christina >> Subject: Re: [PATCH] SVE intrinsics: Add fold_active_lanes_to method to >> refactor >> svmul and svdiv. >> >> Jennifer Schmitz writes: >>>> On 16 Oct 2024, at 21:16, Ric

RE: [PATCH] SVE intrinsics: Add fold_active_lanes_to method to refactor svmul and svdiv.

2024-10-18 Thread Tamar Christina
> -Original Message- > From: Richard Sandiford > Sent: Thursday, October 17, 2024 6:05 PM > To: Jennifer Schmitz > Cc: gcc-patches@gcc.gnu.org; Kyrylo Tkachov ; Tamar > Christina > Subject: Re: [PATCH] SVE intrinsics: Add fold_active_lanes_to method to > re

Re: [PATCH] SVE intrinsics: Add fold_active_lanes_to method to refactor svmul and svdiv.

2024-10-17 Thread Richard Sandiford
Jennifer Schmitz writes: >> On 16 Oct 2024, at 21:16, Richard Sandiford >> wrote: >> >> External email: Use caution opening links or attachments >> >> >> Jennifer Schmitz writes: >>> As suggested in >>> https://gcc.gnu.org/pipermail/gcc-patches/2024-September/663275.html, >>> this patch adds

Re: [PATCH] SVE intrinsics: Add fold_active_lanes_to method to refactor svmul and svdiv.

2024-10-16 Thread Jennifer Schmitz
> On 16 Oct 2024, at 21:16, Richard Sandiford wrote: > > External email: Use caution opening links or attachments > > > Jennifer Schmitz writes: >> As suggested in >> https://gcc.gnu.org/pipermail/gcc-patches/2024-September/663275.html, >> this patch adds the method gimple_folder::fold_activ

Re: [PATCH] SVE intrinsics: Add fold_active_lanes_to method to refactor svmul and svdiv.

2024-10-16 Thread Richard Sandiford
Jennifer Schmitz writes: > As suggested in > https://gcc.gnu.org/pipermail/gcc-patches/2024-September/663275.html, > this patch adds the method gimple_folder::fold_active_lanes_to (tree X). > This method folds active lanes to X and sets inactive lanes according to > the predication, returning a ne

[PATCH] SVE intrinsics: Add fold_active_lanes_to method to refactor svmul and svdiv.

2024-10-15 Thread Jennifer Schmitz
As suggested in https://gcc.gnu.org/pipermail/gcc-patches/2024-September/663275.html, this patch adds the method gimple_folder::fold_active_lanes_to (tree X). This method folds active lanes to X and sets inactive lanes according to the predication, returning a new gimple statement. That makes foldi