Re: [PATCH] Fix PR81373

2017-09-19 Thread Sebastian Pop
On Tue, Sep 19, 2017 at 9:17 AM, Richard Biener wrote: > > The following forces scev analyzable SESE liveouts to be handed as > defs. Otherwise we end up forgetting to code-generate them. We > naturally expect SCEV-cprop to handle them but that pass has cost > cutoffs (and one can disable it).

[PATCH] Fix PR81373

2017-09-19 Thread Richard Biener
The following forces scev analyzable SESE liveouts to be handed as defs. Otherwise we end up forgetting to code-generate them. We naturally expect SCEV-cprop to handle them but that pass has cost cutoffs (and one can disable it). Bootstrap and regtest running on x86_64-unknown-linux-gnu, ok? T