]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-optimization/115741 - ICE with VMAT_CONTIGUOUS_REVERSE and gap
authorRichard Biener <rguenther@suse.de>
Tue, 2 Jul 2024 07:33:29 +0000 (09:33 +0200)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 2 Jul 2024 13:35:50 +0000 (15:35 +0200)
commit9bd51351c175d345b8a9b3c19ba49ba358940272
tree62611d42f8cef04966dd44950ac87f6d3b5c1996
parent4996c5ff650cf1703f0def8665839383e427aba2
tree-optimization/115741 - ICE with VMAT_CONTIGUOUS_REVERSE and gap

When we determine overrun we have to consider VMAT_CONTIGUOUS_REVERSE
the same as VMAT_CONTIGUOUS.

PR tree-optimization/115741
* tree-vect-stmts.cc (get_group_load_store_type): Also
handle VMAT_CONTIGUOUS_REVERSE when determining overrun.
gcc/tree-vect-stmts.cc