Re: [PATCH] Introduce new param: AVG_LOOP_NITER

2016-07-12 Thread Martin Liška
on Sep 17 00:00:00 2001 From: marxin Date: Tue, 21 Jun 2016 14:52:31 +0200 Subject: [PATCH] Introduce new param: AVG_LOOP_NITER gcc/ChangeLog: 2016-06-21 Martin Liska * params.def: Add avg-loop niter. * tree-ssa-loop-ivopts.c (avg_loop_niter): Use the param. * cfgloopanal.c (expected_loop_ite

Re: [PATCH] Introduce new param: AVG_LOOP_NITER

2016-07-11 Thread Jeff Law
On 07/11/2016 01:55 AM, Martin Liška wrote: Hello. During investigation of an IVOPTs issue, I noticed that tree-ssa-loop-ivopts.c uses a hard-coded constant AVG_LOOP_NITER. Very similar constant can be seen in cfgloopanal.c. Thus, I've changed that to a new param. Apart from that, I would lik

[PATCH] Introduce new param: AVG_LOOP_NITER

2016-07-11 Thread Martin Liška
rtin >From 604637de550a9d23b8a509cdbf493a7212a186f0 Mon Sep 17 00:00:00 2001 From: marxin Date: Tue, 21 Jun 2016 14:52:31 +0200 Subject: [PATCH] Introduce new param: AVG_LOOP_NITER gcc/ChangeLog: 2016-06-21 Martin Liska * params.def: Add avg-loop niter. * tree-ssa-loop-ivopts.c (avg_loop_niter):