Re: [PATCH 1/2] s390: Remove min-vect-loop-bound override

2025-07-14 Thread Stefan Schulze Frielinghaus
On Thu, Jul 10, 2025 at 09:14:23AM +0200, Juergen Christ wrote: > The default setting of s390 for the parameter min-vect-loop-bound was > set to 2 to prevent certain epilogue loop vectorizations in the past. > Reevaluation of this parameter shows that this setting now is not > needed anymore and so

[PATCH 1/2] s390: Remove min-vect-loop-bound override

2025-07-10 Thread Juergen Christ
The default setting of s390 for the parameter min-vect-loop-bound was set to 2 to prevent certain epilogue loop vectorizations in the past. Reevaluation of this parameter shows that this setting now is not needed anymore and sometimes even harmful. Remove the overwrite to align s390 with other bac