Re: [match.pd PATCH] PR tree-optimization/114661: Generalize MULT_EXPR recognition (take #2)

2024-07-15 Thread Richard Biener
ransformation. > > gcc/testsuite/ChangeLog > PR tree-optimization/114661 > * gcc.dg/pr114661.c: New test case. > > > Thanks again, > Roger > -- > > > -Original Message- > > From: Richard Biener > > Sent: 10 July 2024 12:34 > &

[match.pd PATCH] PR tree-optimization/114661: Generalize MULT_EXPR recognition (take #2)

2024-07-14 Thread Roger Sayle
age- > From: Richard Biener > Sent: 10 July 2024 12:34 > To: Roger Sayle > Cc: gcc-patches@gcc.gnu.org > Subject: Re: [match.pd PATCH] PR tree-optimization/114661: Generalize > MULT_EXPR recognition. > > On Wed, Jul 10, 2024 at 12:28 AM Roger Sayle > wrote: >

Re: [match.pd PATCH] PR tree-optimization/114661: Generalize MULT_EXPR recognition.

2024-07-10 Thread Richard Biener
On Wed, Jul 10, 2024 at 12:28 AM Roger Sayle wrote: > > > This patch resolves PR tree-optimization/114661, by generalizing the set > of expressions that we canonicalize to multiplication. This extends the > optimization(s) contributed (by me) back in July 2021. > https://gcc.gnu.org/pipermail/gcc

[match.pd PATCH] PR tree-optimization/114661: Generalize MULT_EXPR recognition.

2024-07-09 Thread Roger Sayle
This patch resolves PR tree-optimization/114661, by generalizing the set of expressions that we canonicalize to multiplication. This extends the optimization(s) contributed (by me) back in July 2021. https://gcc.gnu.org/pipermail/gcc-patches/2021-July/575999.html The existing transformation fold