On 11/9/23 09:22, Stefan Schulze Frielinghaus wrote: > Replace expand_perm_with_rot, expand_perm_with_vster, and > expand_perm_with_vstbrq with a general implementation > expand_perm_reverse_elements. > > Bootstrapped and regtested on s390. Ok for mainline? > > gcc/ChangeLog: > > * config/s390/s390.cc (expand_perm_with_rot): Remove. > (expand_perm_reverse_elements): New. > (expand_perm_with_vster): Remove. > (expand_perm_with_vstbrq): Remove. > (vectorize_vec_perm_const_1): Replace removed functions with new > one.
Ok, thanks! Andreas