Re: [PR 82078] Enqueue all SRA links for write flag propagation

2017-09-06 Thread Richard Biener
On Wed, 6 Sep 2017, Martin Jambor wrote: > Hi, > > PR 82078 is another fallout from lazy setting of written flag in SRA. > The problem here is that we do not enqueue assignment links going out > of accesses of candidates that were disqualified before we start the > loop with sort_and_splice_var_a

[PR 82078] Enqueue all SRA links for write flag propagation

2017-09-06 Thread Martin Jambor
Hi, PR 82078 is another fallout from lazy setting of written flag in SRA. The problem here is that we do not enqueue assignment links going out of accesses of candidates that were disqualified before we start the loop with sort_and_splice_var_accesses. Given that the propagation is now a correctn