tree-vect-stmts.c (vectorizable_load): Properly start loads with the first element...
authorRichard Biener <rguenther@suse.de>
Tue, 16 Jun 2015 10:29:16 +0000 (10:29 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 16 Jun 2015 10:29:16 +0000 (10:29 +0000)
commitab313a8c426ebb85411fee580d696537c520cff0
tree25366b7c45eb141a299fe1e4c61b7bf5f6d753c4
parentc764591d76467d91fb75753352b5a8281f82c56a
tree-vect-stmts.c (vectorizable_load): Properly start loads with the first element if this is grouped loads.

2015-06-16  Richard Biener  <rguenther@suse.de>

* tree-vect-stmts.c (vectorizable_load): Properly start loads
with the first element if this is grouped loads.

* gcc.dg/vect/slp-perm-11.c: New testcase.

From-SVN: r224511
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/slp-perm-11.c [new file with mode: 0644]
gcc/tree-vect-stmts.c