2012-08-22 Richard Guenther <rguenther@suse.de>
* tree-vectorizer.c (vectorize_loops): Do not call
mark_virtual_operands_for_renaming.
* tree-vect-slp.c (vect_slp_transform_bb): Likewise.
Do not update SSA form here.
From-SVN: r190596
+2012-08-22 Richard Guenther <rguenther@suse.de>
+
+ * tree-vectorizer.c (vectorize_loops): Do not call
+ mark_virtual_operands_for_renaming.
+ * tree-vect-slp.c (vect_slp_transform_bb): Likewise.
+ Do not update SSA form here.
+
2012-08-22 Dodji Seketeli <dodji@redhat.com>
* tree.h (TREE_NOTHROW): Use the base.nothrow_flag.
}
}
- mark_virtual_operands_for_renaming (cfun);
- /* The memory tags and pointers in vectorized statements need to
- have their SSA forms updated. FIXME, why can't this be delayed
- until all the loops have been transformed? */
- update_ssa (TODO_update_ssa);
-
if (vect_print_dump_info (REPORT_DETAILS))
fprintf (vect_dump, "BASIC BLOCK VECTORIZED\n");
/* ----------- Finalize. ----------- */
- mark_virtual_operands_for_renaming (cfun);
-
for (i = 1; i < vect_loops_num; i++)
{
loop_vec_info loop_vinfo;