diff options
author | Aditya Kumar <aditya.k7@samsung.com> | 2015-11-06 20:43:40 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2015-11-06 20:43:40 +0000 |
commit | 1167ebe707eae615a2d16fe06edf5e1904a71c33 (patch) | |
tree | 6cb38401e77fb6ba8686e86148a6707ec4590709 /gcc/tree-vrp.c | |
parent | 246cc0600251b3c8e2e237a55270816cdd5a8ad2 (diff) | |
download | gcc-1167ebe707eae615a2d16fe06edf5e1904a71c33.zip gcc-1167ebe707eae615a2d16fe06edf5e1904a71c33.tar.gz gcc-1167ebe707eae615a2d16fe06edf5e1904a71c33.tar.bz2 |
Do not allow irreducible loops/regions in a scop
Irreducible regions are not going to be optimized by ISL
so discard them early. Passes bootstrap and regtest.
gcc/ChangeLog:
2015-11-06 Aditya Kumar <aditya.k7@samsung.com>
* graphite-scop-detection.c (scop_detection::merge_sese): Entry and exit edges should not be a part of irreducible loop.
(scop_detection::can_represent_loop_1): Loops should not be irreducible.
(scop_detection::harmful_stmt_in_region): All the basic block should belong to reducible loops.
Co-Authored-By: Sebastian Pop <s.pop@samsung.com>
From-SVN: r229888
Diffstat (limited to 'gcc/tree-vrp.c')
0 files changed, 0 insertions, 0 deletions