https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91940

Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amylaar at gcc dot gnu.org

--- Comment #9 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> ---
          || TYPE_PRECISION (type) <= 16

Why do you have that test?  I find for a 32-bit target without bswap but
V2HI shifts, allowing 16 there is pivotal to enabling vectorization for
gcc.dg/vect/vect-bswap16a.c .

Reply via email to