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 GCC8][08/33]Clean get_computation_*interfaces


On Tue, Apr 18, 2017 at 12:41 PM, Bin Cheng <Bin.Cheng@arm.com> wrote:
> Hi,
> This patch cleans get_computation* interfaces.  Specifically, it removes
> get_computation and get_computation_cost_at.
>
> Is it OK?

Ok.

Richard.

> Thanks,
> bin
> 2017-04-11  Bin Cheng  <bin.cheng@arm.com>
>
>         * tree-ssa-loop-ivopts.c (get_computation_at): Reorder parameters.
>         (get_computation): Delete.
>         (get_computation_cost): Implement like get_computation_cost_at.
>         Use get_computation_at.
>         (get_computation_cost_at): Delete.
>         (rewrite_use_nonlinear_expr): Use get_computation_at.
>         (rewrite_use_compare, remove_unused_ivs): Ditto.


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