]> git.ipfire.org Git - thirdparty/gcc.git/commit
correctly handle non affine data references
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Oct 2015 22:04:07 +0000 (22:04 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Oct 2015 22:04:07 +0000 (22:04 +0000)
commitb98a7d5bd67077fdfd51bce8f6f9d5ce6808d22d
tree9f9c9d54c9b0c45af12b0aec49b6b0859091b145
parentd36ce389eff2bce98ffe3384b969b4b5fc20c716
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228357 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/graphite-scop-detection.c
gcc/testsuite/gcc.dg/graphite/scop-pr66980.c [new file with mode: 0644]