Re: [PATCH 0/4] IVOPTs consider step cost for different forms when unrolling

2020-06-03 Thread Richard Sandiford
"Kewen.Lin" writes: > on 2020/6/3 下午5:27, Richard Biener wrote: >> On Wed, 3 Jun 2020, Kewen.Lin wrote: >> >>> on 2020/6/3 下午3:07, Richard Biener wrote: On Wed, 3 Jun 2020, Kewen.Lin wrote: > Hi Richi, > > > snip ... > >> >> I'd just mention there are other targets that

Re: [PATCH 0/4] IVOPTs consider step cost for different forms when unrolling

2020-06-03 Thread Kewen.Lin via Gcc-patches
on 2020/6/3 下午5:27, Richard Biener wrote: > On Wed, 3 Jun 2020, Kewen.Lin wrote: > >> on 2020/6/3 下午3:07, Richard Biener wrote: >>> On Wed, 3 Jun 2020, Kewen.Lin wrote: >>> Hi Richi, snip ... > > I'd just mention there are other targets that have the choice between > the ab

Re: [PATCH 0/4] IVOPTs consider step cost for different forms when unrolling

2020-06-03 Thread Richard Biener
On Wed, 3 Jun 2020, Kewen.Lin wrote: > on 2020/6/3 下午3:07, Richard Biener wrote: > > On Wed, 3 Jun 2020, Kewen.Lin wrote: > > > >> Hi Richi, > >> > >> on 2020/6/2 下午7:38, Richard Biener wrote: > >>> On Thu, 28 May 2020, Kewen.Lin wrote: > >>> > Hi, > > This is one repost and you ca

Re: [PATCH 0/4] IVOPTs consider step cost for different forms when unrolling

2020-06-03 Thread Kewen.Lin via Gcc-patches
on 2020/6/3 下午3:07, Richard Biener wrote: > On Wed, 3 Jun 2020, Kewen.Lin wrote: > >> Hi Richi, >> >> on 2020/6/2 下午7:38, Richard Biener wrote: >>> On Thu, 28 May 2020, Kewen.Lin wrote: >>> Hi, This is one repost and you can refer to the original series via https://gcc.gnu.org

Re: [PATCH 0/4] IVOPTs consider step cost for different forms when unrolling

2020-06-03 Thread Richard Biener
On Wed, 3 Jun 2020, Kewen.Lin wrote: > Hi Richi, > > on 2020/6/2 下午7:38, Richard Biener wrote: > > On Thu, 28 May 2020, Kewen.Lin wrote: > > > >> Hi, > >> > >> This is one repost and you can refer to the original series > >> via https://gcc.gnu.org/pipermail/gcc-patches/2020-January/538360.html

Re: [PATCH 0/4] IVOPTs consider step cost for different forms when unrolling

2020-06-02 Thread Kewen.Lin via Gcc-patches
Hi Richi, on 2020/6/2 下午7:38, Richard Biener wrote: > On Thu, 28 May 2020, Kewen.Lin wrote: > >> Hi, >> >> This is one repost and you can refer to the original series >> via https://gcc.gnu.org/pipermail/gcc-patches/2020-January/538360.html. >> >> As we discussed in the thread >> https://gcc.gnu

Re: [PATCH 0/4] IVOPTs consider step cost for different forms when unrolling

2020-06-02 Thread Richard Biener
On Thu, 28 May 2020, Kewen.Lin wrote: > Hi, > > This is one repost and you can refer to the original series > via https://gcc.gnu.org/pipermail/gcc-patches/2020-January/538360.html. > > As we discussed in the thread > https://gcc.gnu.org/ml/gcc-patches/2020-01/msg00196.html > Original: https://