Committed as passed x86 bootstrap and regression test, thanks Richard.
Pan
-Original Message-
From: Richard Biener
Sent: Tuesday, September 26, 2023 7:35 PM
To: Juzhe-Zhong
Cc: gcc-patches@gcc.gnu.org; richard.sandif...@arm.com
Subject: Re: [PATCH V2] MATCH: Optimize COND_ADD_LEN
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