Re: [PATCH 4/5] vect: Make reduction code handle calls

2021-11-29 Thread Richard Sandiford via Gcc-patches
Richard Biener via Gcc-patches writes: > On Tue, Nov 16, 2021 at 5:24 PM Richard Sandiford > wrote: >> >> Richard Biener via Gcc-patches writes: >> > On Wed, Nov 10, 2021 at 1:48 PM Richard Sandiford via Gcc-patches >> > wrote: >> >> >> >> This patch extends the reduction code to handle calls.

Re: [PATCH 4/5] vect: Make reduction code handle calls

2021-11-19 Thread Richard Biener via Gcc-patches
On Tue, Nov 16, 2021 at 5:24 PM Richard Sandiford wrote: > > Richard Biener via Gcc-patches writes: > > On Wed, Nov 10, 2021 at 1:48 PM Richard Sandiford via Gcc-patches > > wrote: > >> > >> This patch extends the reduction code to handle calls. So far > >> it's a structural change only; a late

Re: [PATCH 4/5] vect: Make reduction code handle calls

2021-11-16 Thread Richard Sandiford via Gcc-patches
Richard Biener via Gcc-patches writes: > On Wed, Nov 10, 2021 at 1:48 PM Richard Sandiford via Gcc-patches > wrote: >> >> This patch extends the reduction code to handle calls. So far >> it's a structural change only; a later patch adds support for >> specific function reductions. >> >> Most of

Re: [PATCH 4/5] vect: Make reduction code handle calls

2021-11-15 Thread Richard Biener via Gcc-patches
On Wed, Nov 10, 2021 at 1:48 PM Richard Sandiford via Gcc-patches wrote: > > This patch extends the reduction code to handle calls. So far > it's a structural change only; a later patch adds support for > specific function reductions. > > Most of the patch consists of using code_helper and gimple

[PATCH 4/5] vect: Make reduction code handle calls

2021-11-10 Thread Richard Sandiford via Gcc-patches
This patch extends the reduction code to handle calls. So far it's a structural change only; a later patch adds support for specific function reductions. Most of the patch consists of using code_helper and gimple_match_op to describe the reduction operations. The other main change is that vector