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
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