RE: [PATCH v4] [tree-optimization/110279] Consider FMA in get_reassociation_width

2023-12-27 Thread Di Zhao OS
. > > > > Thanks, > > Di Zhao > > > >> -Original Message- > >> From: Di Zhao OS > >> Sent: Sunday, December 17, 2023 8:31 PM > >> To: Thomas Schwinge ; gcc-patches@gcc.gnu.org > >> Cc: Richard Biener > >>

Re: [PATCH v4] [tree-optimization/110279] Consider FMA in get_reassociation_width

2023-12-22 Thread Richard Biener
>> Sent: Sunday, December 17, 2023 8:31 PM >> To: Thomas Schwinge ; gcc-patches@gcc.gnu.org >> Cc: Richard Biener >> Subject: RE: [PATCH v4] [tree-optimization/110279] Consider FMA in >> get_reassociation_width >> >> Hello Thomas, >> >>>

RE: [PATCH v4] [tree-optimization/110279] Consider FMA in get_reassociation_width

2023-12-22 Thread Di Zhao OS
Richard Biener > Subject: RE: [PATCH v4] [tree-optimization/110279] Consider FMA in > get_reassociation_width > > Hello Thomas, > > > -Original Message- > > From: Thomas Schwinge > > Sent: Friday, December 15, 2023 5:46 PM > > To: Di Zhao OS ; gcc-patch

RE: [PATCH v4] [tree-optimization/110279] Consider FMA in get_reassociation_width

2023-12-17 Thread Di Zhao OS
Hello Thomas, > -Original Message- > From: Thomas Schwinge > Sent: Friday, December 15, 2023 5:46 PM > To: Di Zhao OS ; gcc-patches@gcc.gnu.org > Cc: Richard Biener > Subject: RE: [PATCH v4] [tree-optimization/110279] Consider FMA in > get_reassociation_width >

RE: [PATCH v4] [tree-optimization/110279] Consider FMA in get_reassociation_width

2023-12-15 Thread Thomas Schwinge
Hi! On 2023-12-13T08:14:28+, Di Zhao OS wrote: > --- /dev/null > +++ b/gcc/testsuite/gcc.dg/pr110279-2.c > @@ -0,0 +1,41 @@ > +/* PR tree-optimization/110279 */ > +/* { dg-do compile } */ > +/* { dg-options "-Ofast --param tree-reassoc-width=4 --param > fully-pipelined-fma=1 -fdump-tree-reas

Re: [PATCH v4] [tree-optimization/110279] Consider FMA in get_reassociation_width

2023-12-14 Thread Richard Biener
> > Sent: Monday, December 11, 2023 7:01 PM > > > > To: Di Zhao OS > > > > Cc: gcc-patches@gcc.gnu.org > > > > Subject: Re: [PATCH v4] [tree-optimization/110279] Consider FMA in > > > > get_reassociation_width > > > > > > >

RE: [PATCH v4] [tree-optimization/110279] Consider FMA in get_reassociation_width

2023-12-14 Thread Di Zhao OS
> -Original Message- > From: Richard Biener > Sent: Wednesday, December 13, 2023 5:01 PM > To: Di Zhao OS > Cc: gcc-patches@gcc.gnu.org > Subject: Re: [PATCH v4] [tree-optimization/110279] Consider FMA in > get_reassociation_width > > On Wed, Dec 13, 2023 at

Re: [PATCH v4] [tree-optimization/110279] Consider FMA in get_reassociation_width

2023-12-13 Thread Richard Biener
2023 at 6:53 PM Di Zhao OS > > > > > > > > wrote: > > > > > > > > > > > -Original Message- > > > > > > From: Richard Biener > > > > > > Sent: Tuesday, October 31, 2023

RE: [PATCH v4] [tree-optimization/110279] Consider FMA in get_reassociation_width

2023-12-13 Thread Di Zhao OS
Hello Richard, > -Original Message- > From: Richard Biener > Sent: Monday, December 11, 2023 7:01 PM > To: Di Zhao OS > Cc: gcc-patches@gcc.gnu.org > Subject: Re: [PATCH v4] [tree-optimization/110279] Consider FMA in > get_reassociation_width > > On Wed, Nov

Re: [PATCH v4] [tree-optimization/110279] Consider FMA in get_reassociation_width

2023-12-11 Thread Richard Biener
; > > > > > > > wrote: > > > > > > > > > > Attached is a new version of the patch. > > > > > > > > > > > -----Original Message- > > > > > > From: Richard Biener > > > > > > Sen

RE: [PATCH v4] [tree-optimization/110279] Consider FMA in get_reassociation_width

2023-11-29 Thread Di Zhao OS
> -Original Message- > From: Richard Biener > Sent: Tuesday, November 21, 2023 9:01 PM > To: Di Zhao OS > Cc: gcc-patches@gcc.gnu.org > Subject: Re: [PATCH v4] [tree-optimization/110279] Consider FMA in > get_reassociation_width > > On Thu, Nov 9, 2023 at

Re: [PATCH v4] [tree-optimization/110279] Consider FMA in get_reassociation_width

2023-11-21 Thread Richard Biener
Biener > > > > Sent: Friday, October 6, 2023 5:33 PM > > > > To: Di Zhao OS > > > > Cc: gcc-patches@gcc.gnu.org > > > > Subject: Re: [PATCH v4] [tree-optimization/110279] Consider FMA in > > > > get_reassociation_width > > > >

RE: [PATCH v4] [tree-optimization/110279] Consider FMA in get_reassociation_width

2023-11-09 Thread Di Zhao OS
> -Original Message- > From: Richard Biener > Sent: Tuesday, October 31, 2023 9:48 PM > To: Di Zhao OS > Cc: gcc-patches@gcc.gnu.org > Subject: Re: [PATCH v4] [tree-optimization/110279] Consider FMA in > get_reassociation_width > > On Sun, Oct 8, 2023 at

Re: [PATCH v4] [tree-optimization/110279] Consider FMA in get_reassociation_width

2023-10-31 Thread Richard Biener
t; Subject: Re: [PATCH v4] [tree-optimization/110279] Consider FMA in > > get_reassociation_width > > > > On Thu, Sep 14, 2023 at 2:43 PM Di Zhao OS > > wrote: > > > > > > This is a new version of the patch on "nested FMA". > > > Sorry for

[PING][PATCH v4] [tree-optimization/110279] Consider FMA in get_reassociation_width

2023-10-22 Thread Di Zhao OS
Hello and Ping, Thanks, Di > -Original Message- > From: Di Zhao OS > Sent: Monday, October 9, 2023 12:40 AM > To: Richard Biener > Cc: gcc-patches@gcc.gnu.org > Subject: RE: [PATCH v4] [tree-optimization/110279] Consider FMA in > get_reassociation_width > >

RE: [PATCH v4] [tree-optimization/110279] Consider FMA in get_reassociation_width

2023-10-08 Thread Di Zhao OS
Attached is a new version of the patch. > -Original Message- > From: Richard Biener > Sent: Friday, October 6, 2023 5:33 PM > To: Di Zhao OS > Cc: gcc-patches@gcc.gnu.org > Subject: Re: [PATCH v4] [tree-optimization/110279] Consider FMA in > get_reassociation_widt

Re: [PATCH v4] [tree-optimization/110279] Consider FMA in get_reassociation_width

2023-10-06 Thread Richard Biener
On Thu, Sep 14, 2023 at 2:43 PM Di Zhao OS wrote: > > This is a new version of the patch on "nested FMA". > Sorry for updating this after so long, I've been studying and > writing micro cases to sort out the cause of the regression. Sorry for taking so long to reply. > First, following previous

[PATCH v4] [tree-optimization/110279] Consider FMA in get_reassociation_width

2023-09-14 Thread Di Zhao OS via Gcc-patches
This is a new version of the patch on "nested FMA". Sorry for updating this after so long, I've been studying and writing micro cases to sort out the cause of the regression. First, following previous discussion: (https://gcc.gnu.org/pipermail/gcc-patches/2023-September/629080.html) 1. From testi