FAIL: gcc.dg/graphite/interchange-1.c execution test
FAIL: gcc.dg/graphite/interchange-10.c execution test
FAIL: gcc.dg/graphite/interchange-11.c execution test
FAIL: gcc.dg/graphite/interchange-3.c execution test
FAIL: gcc.dg/graphite/interchange-4.c execution test
FAIL: gcc.dg/graphite/interchang
: Re: [Graphite] Redesign Graphite scop detection
On 09/28/2015 03:30 AM, Aditya Kumar wrote:
> From: hiraditya
>
> Redesign Graphite scop detection for faster compiler time and detecting
more SCoPs.
>
> Existing algorithm for SCoP detection in graphite was based on dominator
tree
On 09/28/2015 03:30 AM, Aditya Kumar wrote:
From: hiraditya
Redesign Graphite scop detection for faster compiler time and detecting more
SCoPs.
Existing algorithm for SCoP detection in graphite was based on dominator tree
where a tree (CFG) traversal was required for analyzing an SESE. The tr