> On 23 Aug 2024, at 06:21, Andrew Pinski wrote:
>
> External email: Use caution opening links or attachments
>
>
> On Thu, Aug 22, 2024 at 11:28 AM Andrew Pinski wrote:
>>
>> On Thu, Aug 22, 2024 at 4:12 AM Richard Biener wrote:
>>>
>>> On Thu, 22 Aug 2024, Jennifer Schmitz wrote:
>>>
>>
On Thu, Aug 22, 2024 at 11:28 AM Andrew Pinski wrote:
>
> On Thu, Aug 22, 2024 at 4:12 AM Richard Biener wrote:
> >
> > On Thu, 22 Aug 2024, Jennifer Schmitz wrote:
> >
> > > On 19 Aug 2024, at 21:02, Richard Sandiford
> > > wrote:
> > > >
> > > > External email: Use caution opening links or at
On Thu, Aug 22, 2024 at 4:12 AM Richard Biener wrote:
>
> On Thu, 22 Aug 2024, Jennifer Schmitz wrote:
>
> > On 19 Aug 2024, at 21:02, Richard Sandiford
> > wrote:
> > >
> > > External email: Use caution opening links or attachments
> > >
> > >
> > > Jennifer Schmitz writes:
> > >> Thanks for t
On Thu, 22 Aug 2024, Jennifer Schmitz wrote:
> On 19 Aug 2024, at 21:02, Richard Sandiford wrote:
> >
> > External email: Use caution opening links or attachments
> >
> >
> > Jennifer Schmitz writes:
> >> Thanks for the comments. I updated the patch accordingly and bootstrapped
> >> and test
On 19 Aug 2024, at 21:02, Richard Sandiford wrote:
>
> External email: Use caution opening links or attachments
>
>
> Jennifer Schmitz writes:
>> Thanks for the comments. I updated the patch accordingly and bootstrapped
>> and tested again.
>> Best, Jennifer
>>
>> From 9ef423f23afaeaa650d511
Jennifer Schmitz writes:
> Thanks for the comments. I updated the patch accordingly and bootstrapped and
> tested again.
> Best, Jennifer
>
> From 9ef423f23afaeaa650d511c51bbc1a167e40b349 Mon Sep 17 00:00:00 2001
> From: Jennifer Schmitz
> Date: Wed, 7 Aug 2024 08:56:45 -0700
> Subject: [PATCH]
Thanks for the comments. I updated the patch accordingly and bootstrapped and
tested again.
Best, Jennifer
0001-PR-tree-optimization-101390-Vectorize-modulo-operato.patch
Description: Binary data
> On 14 Aug 2024, at 16:18, Richard Sandiford wrote:
>
> External email: Use caution opening lin
Jennifer Schmitz writes:
> This patch adds a new vectorization pattern that detects the modulo
> operation where the second operand is a variable.
> It replaces the statement by division, multiplication, and subtraction.
>
> The patch was bootstrapped and regtested on aarch64-linux-gnu, no regress