On Wed, 11 May 2016, Richard Biener wrote:
> On Tue, 10 May 2016, Richard Biener wrote:
>
> >
> > ifcvt is confused about fake edges not being loop exits which the
> > following fixes.
> >
> > Bootstrap / regtest pending on x86_64-unknown-linux-gnu.
>
> Didn't fare well. The following patch
On Tue, 10 May 2016, Richard Biener wrote:
>
> ifcvt is confused about fake edges not being loop exits which the
> following fixes.
>
> Bootstrap / regtest pending on x86_64-unknown-linux-gnu.
Didn't fare well. The following patch mitigates the issue as well
but in the end make it just latent
ifcvt is confused about fake edges not being loop exits which the
following fixes.
Bootstrap / regtest pending on x86_64-unknown-linux-gnu.
Richard.
2016-05-10 Richard Biener
PR tree-optimization/70986
* cfganal.c: Include cfgloop.h.
(connect_infinite_loops_to_exit)