]> git.ipfire.org Git - thirdparty/gcc.git/commit
add recursion on the inner loops
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Oct 2015 15:17:51 +0000 (15:17 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Oct 2015 15:17:51 +0000 (15:17 +0000)
commit75f966f746563c5ea158c137b9135e3c384d1661
tree691a0a7c19096f117538e9de6fd08e085859a1f2
parent04009ada97c55121041815652a9d78a432c61c38
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228346 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/graphite-scop-detection.c