https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123525
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |wrong-code
--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Before we made sure the perm was going to be the same mode which meant the same
# of elements but now we have different # of elements.
Oh the underlying modes of the 2 vector types still need to be the same ...