re PR tree-optimization/66718 (Non-invariant ADDR_EXPR not vectorized)
authorJakub Jelinek <jakub@redhat.com>
Sun, 5 Jul 2015 12:11:57 +0000 (14:11 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sun, 5 Jul 2015 12:11:57 +0000 (14:11 +0200)
commit465c8c1983a68b36059414b7bd589a48693f94e0
tree9ae459375db346bb5db013138a04b63c3b5d7eb9
parent234d14ac72066f06b8da319f98793d0614cda8b0
re PR tree-optimization/66718 (Non-invariant ADDR_EXPR not vectorized)

PR tree-optimization/66718
* tree-vect-stmts.c (vectorizable_assignment, vectorizable_store,
vectorizable_load, vectorizable_condition): Move vectype,
nunits, ncopies computation after checking what kind of statement
stmt is.

From-SVN: r225433
gcc/ChangeLog
gcc/tree-vect-stmts.c