add recursion on the inner loops

Programming / Compilers / GCC - spop [138bc75d-0d04-0410-961f-82ee72b054a4] - 1 October 2015 10:17 UTC

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 Aditya Kumar

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

75f966f add recursion on the inner loops
gcc/ChangeLog | 7 +++++++
gcc/graphite-scop-detection.c | 12 ++++++++++++
2 files changed, 19 insertions(+)

Upstream: gcc.gnu.org


  • Share