On Tue, 6 May 2025, andre.simoesdiasvie...@arm.com wrote:
>
> This removes the non-SLP paths from vectorizable_conversion and in the
> process eliminates uses of 'ncopies' and removes
> 'get_initial_def_for_reduction'. Not done anything about
> STMT_VINFO_VECTYPE as I'm not sure about its use
This removes the non-SLP paths from vectorizable_conversion and in the process
eliminates uses of 'ncopies' and removes 'get_initial_def_for_reduction'. Not
done anything about STMT_VINFO_VECTYPE as I'm not sure about its uses in
vectorizable_reduction in relation to the vectype_in/out.
---