Re: [PATCH 00/10] vect: Reuse reduction accumulators between loops

2021-07-13 Thread Richard Sandiford via Gcc-patches
"Kewen.Lin" writes: > Hi Richard, > > on 2021/7/8 下午8:38, Richard Sandiford via Gcc-patches wrote: >> Quoting from the final patch in the series: >> >> >> This patch adds support for reusing a main loop's reduction accumulat

Re: [PATCH 00/10] vect: Reuse reduction accumulators between loops

2021-07-09 Thread Kewen.Lin via Gcc-patches
Hi Richard, on 2021/7/8 下午8:38, Richard Sandiford via Gcc-patches wrote: > Quoting from the final patch in the series: > > > This patch adds support for reusing a main loop's reduction accumulator > in an epilogue loop. Thi

[PATCH 00/10] vect: Reuse reduction accumulators between loops

2021-07-08 Thread Richard Sandiford via Gcc-patches
Quoting from the final patch in the series: This patch adds support for reusing a main loop's reduction accumulator in an epilogue loop. This in turn lets the loops share a single piece of vector->scalar reduction code. The