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 GCC]By pass following iterations if expr has already been simplified into const.


On Tue, Jul 28, 2015 at 11:09 AM, Bin Cheng <bin.cheng@arm.com> wrote:
> Hi,
> This is an obvious change to bypass following iterations if expr has already
> been simplified into constant in function
> simplify_using_loop_initial_conditions.
>
> Is it OK?

Ok.

Thanks,
Richard.

> Thanks,
> bin
>
> 2015-07-28  Bin Cheng  <bin.cheng@arm.com>
>
>         * tree-ssa-loop-niter.c (simplify_using_initial_conditions): Break
>         Loop if EXPR is simplified to const values.


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