[SVE] PR91272
Prathamesh Kulkarni
prathamesh.kulkarni@linaro.org
Mon Oct 28 15:02:00 GMT 2019
On Sun, 27 Oct 2019 at 06:08, Richard Sandiford
<richard.sandiford@arm.com> wrote:
>
> Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org> writes:
> > @@ -10288,6 +10261,23 @@ vectorizable_condition (stmt_vec_info stmt_info, gimple_stmt_iterator *gsi,
> > vect_finish_stmt_generation (stmt_info, new_stmt, gsi);
> > vec_compare = vec_compare_name;
> > }
> > +
> > + if (masks)
> > + {
> > + unsigned vec_num = vec_oprnds0.length ();
> > + tree loop_mask
> > + = vect_get_loop_mask (gsi, masks, vec_num * ncopies,
> > + vectype, vec_num * j + i);
> > + tree tmp2 = make_ssa_name (vec_cmp_type);
> > + gassign *g = gimple_build_assign (tmp2, BIT_AND_EXPR,
> > + vec_compare, loop_mask);
>
> Nit: misindented line.
>
> OK with that change, thanks.
Thanks, committed in r277524 after bootstrap+test on
x86_64-unknown-linux-gnu and aarch64-linux-gnu.
Thanks,
Prathamesh
>
> Richard
More information about the Gcc-patches
mailing list