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

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #2)
>   vect_array.19 = .MASK_LOAD_LANES (vectp_d.12_38, 32B, loop_mask_35, { 0,
> 0, 0, 0 });

During unrolling the loop_mask for this becomes { 0, 0, 0, 0 }. And then we
fold the above incorrectly into the last argument without taking into account
it is an array ...

Reply via email to