Re: [PATCH] gather bbs and conditions in a single walk through dominators

2015-10-07 Thread Sebastian Pop
Hi, The patch cleans up the function to build scop's basic blocks and the function that gathers the conditions under which a basic block is executed. We remove one traversal of the dominator tree. This refactoring was triggered by the need of a vec of all the basic blocks in a region. We will u

[PATCH] gather bbs and conditions in a single walk through dominators

2015-10-07 Thread Sebastian Pop
2015-10-06 Aditya Kumar Sebastian Pop * graphite-dependences.c (scop_get_dependences): Do not use SCOP_BBS. * graphite-isl-ast-to-gimple.c (get_max_schedule_dimensions): Same. (generate_isl_schedule): Same. * gr