On Thu, 11 Aug 2016, Richard Biener wrote:
> On Wed, 10 Aug 2016, Richard Biener wrote:
>
> >
> > The following randomizes SSA propagator worklist processing to make the
> > processing order less likely hit the worst-case as in the PR. Ideally
> > we'd process it in stmt order but that adds ove
On Wed, 10 Aug 2016, Richard Biener wrote:
>
> The following randomizes SSA propagator worklist processing to make the
> processing order less likely hit the worst-case as in the PR. Ideally
> we'd process it in stmt order but that adds overhead to the idea of a
> SSA propagator that makes it ve
The following randomizes SSA propagator worklist processing to make the
processing order less likely hit the worst-case as in the PR. Ideally
we'd process it in stmt order but that adds overhead to the idea of a
SSA propagator that makes it very much not appealing. Using a queue
rather than a st