Re: [PATCH] PR tree-optimization/101390: Vectorize modulo operator

2024-08-22 Thread Jennifer Schmitz
> 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: >>> >>

Re: [PATCH] PR tree-optimization/101390: Vectorize modulo operator

2024-08-22 Thread Andrew Pinski
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

Re: [PATCH] PR tree-optimization/101390: Vectorize modulo operator

2024-08-22 Thread Andrew Pinski
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

Re: [PATCH] PR tree-optimization/101390: Vectorize modulo operator

2024-08-22 Thread Richard Biener
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

Re: [PATCH] PR tree-optimization/101390: Vectorize modulo operator

2024-08-22 Thread Jennifer Schmitz
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

Re: [PATCH] PR tree-optimization/101390: Vectorize modulo operator

2024-08-19 Thread Richard Sandiford
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]

Re: [PATCH] PR tree-optimization/101390: Vectorize modulo operator

2024-08-19 Thread Jennifer Schmitz
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

Re: [PATCH] PR tree-optimization/101390: Vectorize modulo operator

2024-08-14 Thread Richard Sandiford
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