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

--- Comment #5 from Robin Dapp <rdapp at gcc dot gnu.org> ---
I'm fairly certain the issue is that we multiply the offset with the scale more
than once, once per each num_stmts.  But all the stmts should use the same
offset and the multiplication or rather the setup of the multiplied vec_offset
should only happen once.  That has been latent but hidden by the commit in
question.

Testing a patch.

Reply via email to