Re: [PR80803 1/2] Streamline SRA access enqueuing

2017-06-13 Thread Richard Biener
On Mon, 12 Jun 2017, Martin Jambor wrote: > Hi, > > this is a preparation for a patch fixing PR 80803. Basically, it > moves all checks for a non-null access->first_link before enqueuing a > SRA access into add_access_to_work_queue instead of each caller doing > it. > > Moreover, it fixes a thi

[PR80803 1/2] Streamline SRA access enqueuing

2017-06-12 Thread Martin Jambor
Hi, this is a preparation for a patch fixing PR 80803. Basically, it moves all checks for a non-null access->first_link before enqueuing a SRA access into add_access_to_work_queue instead of each caller doing it. Moreover, it fixes a thinko in ancestor enqueuing by removing an erroneous break wh