]> git.ipfire.org Git - thirdparty/gcc.git/commit
Avoid touching STMT_VINFO_VECTYPE in bump_vector_ptr
authorRichard Biener <rguenther@suse.de>
Mon, 1 Sep 2025 13:45:57 +0000 (15:45 +0200)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 2 Sep 2025 10:51:12 +0000 (12:51 +0200)
commit0b6f1de05e2b1e25ac4cf8659bc3c4b5b3bac734
treec334738a158b64aea4a17a8c6f7d6a83365c8f02
parentd5b1baa7f2251895447d99cd2f6a1eabb2c94601
Avoid touching STMT_VINFO_VECTYPE in bump_vector_ptr

bump is always specified, so remove the STMT_VINFO_VECTYPE touching
path.

* tree-vect-data-refs.cc (bump_vector_ptr): Remove the
STMT_VINFO_VECTYPE use, bump is always specified.
gcc/tree-vect-data-refs.cc