vect: Remove redundant LOOP_VINFO_FULLY_MASKED_P
authorKewen Lin <linkw@linux.ibm.com>
Fri, 23 Oct 2020 03:47:39 +0000 (22:47 -0500)
committerKewen Lin <linkw@linux.ibm.com>
Fri, 23 Oct 2020 03:47:39 +0000 (22:47 -0500)
commit67b8991b543403dc4a0c0954546c4339d139edeb
treed7293aedd539862dabb5ffe6c60296103e42b394
parent43868df37b0e1fa19c32175b41dd7dc1e7c515fd
vect: Remove redundant LOOP_VINFO_FULLY_MASKED_P

Remove one redundant LOOP_VINFO_FULLY_MASKED_P condition check
which will be checked in vect_use_loop_mask_for_alignment_p.

gcc/ChangeLog:

* tree-vect-loop.c (vect_transform_loop): Remove the redundant
LOOP_VINFO_FULLY_MASKED_P check.
gcc/tree-vect-loop.c