]> gcc.gnu.org Git - gcc.git/commit
tree-optimization/115640 - outer loop vect with inner SLP permute
authorRichard Biener <rguenther@suse.de>
Wed, 26 Jun 2024 12:07:51 +0000 (14:07 +0200)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 28 Jun 2024 11:43:28 +0000 (13:43 +0200)
commit0192341a07b8ea30f631cf4afdc6fcf3fa7ce838
treea9634f92dc4bbfb0f2ddc1385d3968dbf6a104c5
parentef0b30212f7756db15d7507bfd871bf377d7d648
tree-optimization/115640 - outer loop vect with inner SLP permute

The following fixes wrong-code when using outer loop vectorization
and an inner loop SLP access with permutation.  A wrong adjustment
to the IV increment is then applied on GCN.

PR tree-optimization/115640
* tree-vect-stmts.cc (vectorizable_load): With an inner
loop SLP access to not apply a gap adjustment.
gcc/tree-vect-stmts.cc
This page took 0.061609 seconds and 6 git commands to generate.