]> gcc.gnu.org Git - gcc.git/commit
tree-vect-data-refs.c (vect_analyze_group_access): Properly handle negative step.
authorRichard Biener <rguenther@suse.de>
Thu, 18 Apr 2013 12:57:17 +0000 (12:57 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 18 Apr 2013 12:57:17 +0000 (12:57 +0000)
commit08940f33eb4bb87f8944e771189ba48d8c7ca176
treed2f83ada3798b32cb210ac1543a9fa62b2494525
parent0e0f87d44bfa4c5a2e6547f780e869a8756dca70
tree-vect-data-refs.c (vect_analyze_group_access): Properly handle negative step.

2013-04-18  Richard Biener  <rguenther@suse.de>

* tree-vect-data-refs.c (vect_analyze_group_access): Properly
handle negative step.  Remove redundant checks.
(vect_create_data_ref_ptr): Avoid ICEs with non-constant steps.
* tree-vect-stmts.c (vectorizable_load): Instead of asserting
for negative step and grouped loads fail to vectorize.

From-SVN: r198054
gcc/ChangeLog
gcc/tree-vect-data-refs.c
gcc/tree-vect-stmts.c
This page took 0.056648 seconds and 5 git commands to generate.