This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 3/3] increase the number of parameters


On October 2, 2015 10:44:00 PM GMT+01:00, Sebastian Pop <s.pop@samsung.com> wrote:
>---
> gcc/params.def                           | 2 +-
> gcc/testsuite/gcc.dg/graphite/scop-sor.c | 3 +--
> 2 files changed, 2 insertions(+), 3 deletions(-)
>
>diff --git a/gcc/params.def b/gcc/params.def
>index 3f91992..da2c6a3 100644
>--- a/gcc/params.def
>+++ b/gcc/params.def
>@@ -835,7 +835,7 @@ DEFPARAM (PARAM_LOOP_BLOCK_TILE_SIZE,
> DEFPARAM (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS,
> 	  "graphite-max-nb-scop-params",
> 	  "maximum number of parameters in a SCoP",
>-	  3, 0, 0)
>+	  7, 0, 0)
> 
>/* Maximal number of basic blocks in the functions analyzed by
>Graphite.  */
> 
>diff --git a/gcc/testsuite/gcc.dg/graphite/scop-sor.c
>b/gcc/testsuite/gcc.dg/graphite/scop-sor.c
>index aec8b9c..ad5278a 100644
>--- a/gcc/testsuite/gcc.dg/graphite/scop-sor.c
>+++ b/gcc/testsuite/gcc.dg/graphite/scop-sor.c
>@@ -14,5 +14,4 @@ void sor(int N1, int N2){
> #pragma endscop
> }
> 
>-/* This requires more than 3 parameters.  */
>-/* { dg-final { scan-tree-dump-times "number of SCoPs: 0" 1 "graphite"
>} } */
>+/* { dg-final { scan-tree-dump-times "number of SCoPs: 1" 1 "graphite"
>} } */

Lgtm


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]