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.
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
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
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
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