Committed, thanks Richard.
Pan
-Original Message-
From: Richard Biener
Sent: Monday, October 9, 2023 9:07 PM
To: Juzhe-Zhong
Cc: gcc-patches@gcc.gnu.org; jeffreya...@gmail.com
Subject: Re: [PATCH] RISC-V Regression test: Fix FAIL of pr45752.c for RVV
On Mon, 9 Oct 2023, Juzhe-Zhong
On Mon, 9 Oct 2023, Juzhe-Zhong wrote:
> RVV use load_lanes with stride = 5 vectorize this case with
> -fno-vect-cost-model
> instead of SLP.
OK
> gcc/testsuite/ChangeLog:
>
> * gcc.dg/vect/pr45752.c: Adapt dump check for target supports
> load_lanes with stride = 5.
>
> ---
> gcc/tes