On Tue, 8 Aug 2017, Bin.Cheng wrote:
> On Tue, Aug 8, 2017 at 1:20 PM, Richard Biener wrote:
> >
> > The following improves niter analysis for range-based for loops
> > by handling ADDR_EXPR in expand_simple_operations.
> >
> > Bootstrapped on x86_64-unknown-linux-gnu, testing in progress.
> >
>
On Tue, Aug 8, 2017 at 1:20 PM, Richard Biener wrote:
>
> The following improves niter analysis for range-based for loops
> by handling ADDR_EXPR in expand_simple_operations.
>
> Bootstrapped on x86_64-unknown-linux-gnu, testing in progress.
>
> Richard.
>
> 2017-08-08 Richard Biener
>
>
The following improves niter analysis for range-based for loops
by handling ADDR_EXPR in expand_simple_operations.
Bootstrapped on x86_64-unknown-linux-gnu, testing in progress.
Richard.
2017-08-08 Richard Biener
PR middle-end/81719
* tree-ssa-loop-niter.c: Include tree-dfa.