add an upper limit on the number of array references
authorAditya Kumar <aditya.k7@samsung.com>
Wed, 21 Oct 2015 21:18:17 +0000 (21:18 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Wed, 21 Oct 2015 21:18:17 +0000 (21:18 +0000)
commit8b76e7fef8246b7bb6f209b8ce0768d437b7b4a0
treed69a131c4e1ebc4d17844685161bbfde2a5cd128
parent7ec491c07be298679b27d5939accc30de01d62d0
add an upper limit on the number of array references

* graphite-scop-detection.c (build_scops): Do not handle scops with more
than PARAM_GRAPHITE_MAX_ARRAYS_PER_SCOP arrays.
* params.def (PARAM_GRAPHITE_MAX_ARRAYS_PER_SCOP): New.

Co-Authored-By: Sebastian Pop <s.pop@samsung.com>
From-SVN: r229150
gcc/ChangeLog
gcc/graphite-scop-detection.c
gcc/params.def