]> git.ipfire.org Git - thirdparty/gcc.git/commit
correctly handle non affine data references
authorSebastian Pop <s.pop@samsung.com>
Thu, 1 Oct 2015 22:04:07 +0000 (22:04 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Thu, 1 Oct 2015 22:04:07 +0000 (22:04 +0000)
commit6652875ffe9269a326cf7b3f17e7446079ba11d5
tree9f9c9d54c9b0c45af12b0aec49b6b0859091b145
parent55fec44def29854be875ac68c304fc0c55b538ff
correctly handle non affine data references

2015-10-01  Sebastian Pop  <s.pop@samsung.com>
            Aditya Kumar  <aditya.k7@samsung.com>
        PR tree-optimization/66980
        * graphite-scop-detection.c (stmt_has_simple_data_refs_p): Return false
        when data reference analysis has failed.

Co-Authored-By: Aditya Kumar <aditya.k7@samsung.com>
From-SVN: r228357
gcc/ChangeLog
gcc/graphite-scop-detection.c
gcc/testsuite/gcc.dg/graphite/scop-pr66980.c [new file with mode: 0644]