Re: [PATCH 3/6] vect: Remove non-SLP path from vectorizable_reduction

2025-05-07 Thread Richard Biener
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

[PATCH 3/6] vect: Remove non-SLP path from vectorizable_reduction

2025-05-06 Thread andre.simoesdiasvieira
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. ---