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

--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Guess for an rvalue (if even that crashes) we want to expand it to some
permutation or whole vector shift which moves the indexed elements first and
then extract it, for lvalue we need to insert it similarly.

Reply via email to