Re: [PATCH] s390: Floating point vector lane handling

2025-05-16 Thread Stefan Schulze Frielinghaus
On Wed, May 14, 2025 at 04:30:35PM +0200, Juergen Christ wrote: > Since floating point and vector registers overlap on s390, more > efficient code can be generated to extract FPRs from VRs. > Additionally, for double vectors, more efficient code can be generated > to load specific lanes. > > gcc/C

[PATCH] s390: Floating point vector lane handling

2025-05-14 Thread Juergen Christ
Since floating point and vector registers overlap on s390, more efficient code can be generated to extract FPRs from VRs. Additionally, for double vectors, more efficient code can be generated to load specific lanes. gcc/ChangeLog: * config/s390/vector.md (VF): New mode iterator.