]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/33866 (ICE in vect_get_vec_def_for_stmt_copy, at tree-vect...
authorIra Rosen <irar@gcc.gnu.org>
Thu, 25 Oct 2007 07:25:55 +0000 (07:25 +0000)
committerIra Rosen <irar@gcc.gnu.org>
Thu, 25 Oct 2007 07:25:55 +0000 (07:25 +0000)
commit0bf2cf8907a382fd2223ac0975516ab99283eaa8
tree63f9e8f60f8675155450474eb8880ff6b2b25fe3
parente2520c41ed9b0b06cdb82e6f2a767d0d8bbb2833
re PR tree-optimization/33866 (ICE in vect_get_vec_def_for_stmt_copy, at tree-vect-transform.c:1937)

PR tree-optimization/33866
* tree-vect-transform.c (vectorizable_store): Check operands of all the
stmts in the group of strided accesses. Get def stmt type for each store
in the group and pass it to vect_get_vec_def_for_stmt_copy ().

From-SVN: r129623
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/pr33866.c [new file with mode: 0644]
gcc/tree-vect-transform.c