Re: [PATCH] testsuite: Change expectation for bb-slp-over-widen-n.c

2023-11-07 Thread Richard Biener
On Tue, Nov 7, 2023 at 9:07 AM Robin Dapp wrote: > > Hi, > > this patch makes sure we check for > note: Basic block will be vectorized using SLP > instead of > optimized: basic block > which will also match > optimized: basic block part > of which there are many more in an RVV dump. > > Test

[PATCH] testsuite: Change expectation for bb-slp-over-widen-n.c

2023-11-07 Thread Robin Dapp
Hi, this patch makes sure we check for note: Basic block will be vectorized using SLP instead of optimized: basic block which will also match optimized: basic block part of which there are many more in an RVV dump. Tested on x86 and aarch64 as well as RVV. Regards Robin gcc/testsuite/Cha