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

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
(In reply to Jakub Jelinek from comment #3)
> The problem is that get_vectype_for_scalar_type_and_size for pointers just
> returns vectors of pointer sized integers instead of vectors of pointers.
> So, either we need to VCE it, or change the simd_clones to instead use
> vectors of
> pointer sized integers instead of vectors of pointers for the arguments.

The latter.  There are no vectors of pointers.

Richard.

Reply via email to