Re: Re: [PATCH] test: Fix bb-slp-33.c for RVV

2023-11-07 Thread 钟居哲
Thanks Richi. Adapt condtion in V2: https://gcc.gnu.org/pipermail/gcc-patches/2023-November/635589.html juzhe.zh...@rivai.ai From: Richard Biener Date: 2023-11-07 21:48 To: Juzhe-Zhong CC: gcc-patches; jeffreyalaw Subject: Re: [PATCH] test: Fix bb-slp-33.c for RVV On Tue, 7 Nov 2023, Juzhe

Re: [PATCH] test: Fix bb-slp-33.c for RVV

2023-11-07 Thread Richard Biener
On Tue, 7 Nov 2023, Juzhe-Zhong wrote: > As https://godbolt.org/z/hPsqahEa5 shows. > RVV failed dump check since "vectorizing stmts using SLP" shows 3 times > instead of 2. > > The root cause is this code in main: > > if (a[0] != 1 > || a[1] != 2 > || a[2] != 3 > || a[3] !=

[PATCH] test: Fix bb-slp-33.c for RVV

2023-11-07 Thread Juzhe-Zhong
As https://godbolt.org/z/hPsqahEa5 shows. RVV failed dump check since "vectorizing stmts using SLP" shows 3 times instead of 2. The root cause is this code in main: if (a[0] != 1 || a[1] != 2 || a[2] != 3 || a[3] != 4 || a[4] != 7 || a[5] != 0 || a[6] != 0