]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-vect-loop: Remove useless && 1.
authorJakub Jelinek <jakub@redhat.com>
Fri, 1 May 2026 06:36:24 +0000 (08:36 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 1 May 2026 06:36:24 +0000 (08:36 +0200)
commitb7c69e8f540ccd41b0368cd5fe650b4aef3758eb
tree1f35fc92c9a7e11472dc9676ba7fb3c0b7adb5de
parentfff26a966b9f686bbdfb1baaac757bd9352af7fd
tree-vect-loop: Remove useless && 1.

r16-476 has replaced && slp_node with && 1 and it remained that way
until now.  THis patch just removes that.

2026-05-01  Jakub Jelinek  <jakub@redhat.com>

* tree-vect-loop.cc (vectorizable_reduction): Remove pointless
&& 1.
gcc/tree-vect-loop.cc