This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Graphite-Branch] Fix refined region tree nesting.
- From: Sebastian Pop <sebpop at gmail dot com>
- To: Tobias Grosser <grosser at fim dot uni-passau dot de>
- Cc: gcc-graphite at googlegroups dot com, gcc-patches at gcc dot gnu dot org
- Date: Tue, 8 Jun 2010 10:52:59 -0500
- Subject: Re: [Graphite-Branch] Fix refined region tree nesting.
- References: <1275999324-25862-1-git-send-email-grosser@fim.uni-passau.de>
On Tue, Jun 8, 2010 at 07:15, Tobias Grosser <grosser@fim.uni-passau.de> wrote:
> Hi,
>
> I would like to commit this patch to the graphite branch. It fixes two bugs
> in the region nesting, found by Vladimir.
>
> I checked the refined-region.c code against all the scop-*.c testcases in the
> graphite test suite. All of them now return a consistent result.
>
> Bootstrapped on x86_64 Linux.
>
> OK, to commit to the graphite branch for testing?
>
> Tobias
>
> 2010-06-07 ?Tobias Grosser ?<grosser@fim.uni-passau.de>
>
> ? ? ? ?* refined-regions.c (create_region): Only initialize the region.
> ? ? ? ?(find_regions_with_entry): Initialize parent relation and bbmap
> ? ? ? ?correctly.
> ? ? ? ?(build_regions_tree): Set outermost_region to region instead of
> ? ? ? ?topmost_region.
> ? ? ? ?(calculate_region_tree): Remove unneeded parameters.
Ok.
Sebastian