cfgloop.c (alloc_loop): Initialize loop->single_iv.
2009-10-22 Sebastian Pop <sebastian.pop@amd.com> * cfgloop.c (alloc_loop): Initialize loop->single_iv. * cfgloop.h (struct loop): New field single_iv. * graphite-clast-to-gimple.c (pbb_to_depth_to_oldiv): Do not use loop->aux anymore: use loop->single_iv. (graphite_loop_normal_form): Moved... (build_graphite_loop_normal_form): Removed. (gloog): Do not call build_graphite_loop_normal_form. (free_aux_in_new_loops): Moved... (mark_loops_parallel): Restructure. * graphite-clast-to-gimple.h (free_aux_in_new_loops): Do not declare. * graphite-sese-to-poly.c (graphite_loop_normal_form): ...here. (scop_canonicalize_loops): New. (build_poly_scop): Call scop_canonicalize_loops. * graphite.c (free_aux_in_new_loops): ...here. From-SVN: r154624
Showing
- gcc/ChangeLog.graphite 18 additions, 0 deletionsgcc/ChangeLog.graphite
- gcc/cfgloop.c 1 addition, 0 deletionsgcc/cfgloop.c
- gcc/cfgloop.h 4 additions, 0 deletionsgcc/cfgloop.h
- gcc/graphite-clast-to-gimple.c 9 additions, 70 deletionsgcc/graphite-clast-to-gimple.c
- gcc/graphite-clast-to-gimple.h 0 additions, 1 deletiongcc/graphite-clast-to-gimple.h
- gcc/graphite-sese-to-poly.c 40 additions, 0 deletionsgcc/graphite-sese-to-poly.c
- gcc/graphite.c 16 additions, 0 deletionsgcc/graphite.c
Loading
Please register or sign in to comment