-patches; richard.sandiford
Subject: Re: [PATCH] MATCH: Optimize COND_ADD reduction pattern
On Tue, 26 Sep 2023, Juzhe-Zhong wrote:
> Current COND_ADD reduction pattern can't optimize floating-point vector.
> As Richard suggested:
> https://gcc.gnu.org/pipermail/gcc-patches/2023-Septemb
On Tue, 26 Sep 2023, Juzhe-Zhong wrote:
> Current COND_ADD reduction pattern can't optimize floating-point vector.
> As Richard suggested:
> https://gcc.gnu.org/pipermail/gcc-patches/2023-September/631336.html
> Allow COND_ADD reduction pattern to optimize floating-point vector.
>
> Bootstrap an