; 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
> -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
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
> 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
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
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