tree-vect-stmts.c
210 KB
-
re PR tree-optimization/58137 ([trunk, ICE] full unroll + AVX2 vectorization) · e67f39f7
2013-09-05 Richard Biener <rguenther@suse.de> PR tree-optimization/58137 * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size): Do not create vectors of pointers. * tree-vect-loop.c (get_initial_def_for_induction): Use proper types for the components of the vector initializer. * tree-cfg.c (verify_gimple_assign_binary): Remove special-casing allowing pointer vectors with PLUS_EXPR/MINUS_EXPR. * gcc.target/i386/pr58137.c: New testcase. From-SVN: r202282
Richard Biener committed