[graphite] Extend the refined region tree print function

Sebastian Pop sebpop@gmail.com
Sat Jun 26 00:25:00 GMT 2010


On Fri, Jun 25, 2010 at 16:33, Vladimir Kargov <kargov@gmail.com> wrote:
> Hello,
>
> I would like to submit the following patch to the Graphite branch. It
> makes possible to display the numbers of basic blocks included in
> regions of a refined region tree. This modification can be considered
> a small step towards the new SCoP detection mechanism used in
> Graphite.
>
> The patch successfully passed the bootstrap and the graphite-related tests.
>
> 2010-06-26  Vladimir Kargov  <kargov@gmail.com>
>
>        * gcc/refined-regions.c:
>        (get_bbs_in_region): New. A function that calculates basic blocks
>        constituting a specified region.
>        (print_bbs_in_region): Add a new argument that allows to print all
>        basic blocks contained in regions.
>        * gcc/refined-regions.h: Update function declarations.
>        * gcc/graphite-scop-detection.c: Print the refined region tree
>        into the Grahite dump file.
>

The patch looks good.  Thanks!
I will apply the patch to the graphite branch.

Sebastian



More information about the Gcc-patches mailing list