Re: [Graphite] Redesign Graphite scop detection

2015-09-29 Thread Andreas Schwab
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

2015-09-28 Thread Sebastian Paul Pop
: 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

Re: [Graphite] Redesign Graphite scop detection

2015-09-28 Thread Tobias Grosser
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

[Graphite] Redesign Graphite scop detection

2015-09-27 Thread Aditya Kumar
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 tree traversal is linear in the number of basic