public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Fix PR66396
@ 2015-06-09  7:52 Richard Biener
  0 siblings, 0 replies; only message in thread
From: Richard Biener @ 2015-06-09  7:52 UTC (permalink / raw)
  To: gcc-patches


Bootstrapped / tested on x86_64-unknown-linux-gnu, applied.

Richard.

2015-06-09  Richard Biener  <rguenther@suse.de>

	PR tree-optimization/66396
	* graphite-isl-ast-to-gimple.c (graphite_regenerate_ast_isl):
	Rename virtual operands.

Index: gcc/graphite-isl-ast-to-gimple.c
===================================================================
--- gcc/graphite-isl-ast-to-gimple.c	(revision 224212)
+++ gcc/graphite-isl-ast-to-gimple.c	(working copy)
@@ -1069,6 +1069,10 @@ graphite_regenerate_ast_isl (scop_p scop
 
   translate_isl_ast (context_loop, root_node, if_region->true_region->entry,
 		     ip);
+
+  mark_virtual_operands_for_renaming (cfun);
+  update_ssa (TODO_update_ssa);
+
   graphite_verify ();
   scev_reset ();
   recompute_all_dominators ();

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-09  7:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-09  7:52 [PATCH] Fix PR66396 Richard Biener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).