/* Anything that is outside of the region, but was dominated by something
inside needs to update dominance info. */
iterate_fix_dominators (CDI_DOMINATORS, doms, false);
- /* Update the SSA web. */
- update_ssa (TODO_update_ssa);
if (free_region_copy)
free (region_copy);
to the exit of the loop. */
transform_to_exit_first_loop (loop, reduction_list, nit);
}
+ update_ssa (TODO_update_ssa_no_phi);
/* Generate initializations for reductions. */
if (!reduction_list->is_empty ())
checking_verify_loop_structure ();
+ /* ??? Intermediate SSA updates with no PHIs might have lost
+ the virtual operand renaming needed by separate_decls_in_region,
+ make sure to rename them again. */
+ mark_virtual_operands_for_renaming (fun);
update_ssa (TODO_update_ssa);
if (in_loop_pipeline)
rewrite_into_loop_closed_ssa (NULL, 0);