add recursion on the inner loops
authorSebastian Pop <s.pop@samsung.com>
Thu, 1 Oct 2015 15:17:51 +0000 (15:17 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Thu, 1 Oct 2015 15:17:51 +0000 (15:17 +0000)
commitcf72400ff386816898a63d44045e3b2d18847872
tree691a0a7c19096f117538e9de6fd08e085859a1f2
parent526ceb68361419fd9be6d629ac9838c4e88e8425
add recursion on the inner loops

We now check that all data references in the current loop and inner loops
contained within loop are valid in an outer region before declaring that the
outer loop is a valid scop.

2015-09-30  Sebastian Pop  <s.pop@samsung.com>
    Aditya Kumar  <aditya.k7@samsung.com>

PR tree-optimization/67754
* graphite-scop-detection.c (loop_body_is_valid_scop): Add missing
recursion on the inner loops.

Co-Authored-By: Aditya Kumar <aditya.k7@samsung.com>
From-SVN: r228346
gcc/ChangeLog
gcc/graphite-scop-detection.c