Commit caaf41d0 by Sebastian Pop Committed by Sebastian Pop

Add pass_copy_prop after Graphite.

2010-03-16  Sebastian Pop  <sebastian.pop@amd.com>

	* passes.c (init_optimization_passes): Add pass_copy_prop
	after Graphite.

From-SVN: r157884
parent 03922af3
2010-03-16 Sebastian Pop <sebastian.pop@amd.com> 2010-03-16 Sebastian Pop <sebastian.pop@amd.com>
* passes.c (init_optimization_passes): Add pass_copy_prop
after Graphite.
2010-03-16 Sebastian Pop <sebastian.pop@amd.com>
* graphite-poly.c (print_scattering_function): Pretty print following * graphite-poly.c (print_scattering_function): Pretty print following
the scoplib format. the scoplib format.
(print_pdr): Same. (print_pdr): Same.
......
...@@ -897,6 +897,7 @@ init_optimization_passes (void) ...@@ -897,6 +897,7 @@ init_optimization_passes (void)
NEXT_PASS (pass_graphite_transforms); NEXT_PASS (pass_graphite_transforms);
{ {
struct opt_pass **p = &pass_graphite_transforms.pass.sub; struct opt_pass **p = &pass_graphite_transforms.pass.sub;
NEXT_PASS (pass_copy_prop);
NEXT_PASS (pass_dce_loop); NEXT_PASS (pass_dce_loop);
NEXT_PASS (pass_lim); NEXT_PASS (pass_lim);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment