Re: [RFA][PATCH] patch 4/n Refactor bits of vrp_visit_assignment_or_call -- correct patch attached this time

2017-11-17 Thread Richard Biener
On Fri, Nov 17, 2017 at 5:17 AM, Jeff Law wrote: > No nyquil tonight, so the proper patch is attached this time... > > -- > > > > So the next group of changes is focused on breaking down evrp into an > analysis engine and the actual optimization pass. The analysis engine > can be embedded into ot

Re: [RFA][PATCH] patch 4/n Refactor bits of vrp_visit_assignment_or_call

2017-11-16 Thread Jeff Law
On 11/15/2017 03:45 AM, Kyrill Tkachov wrote: > Hi Jeff, > > I think you attached the wrong patch to this mail... Yup. Totally botched it. Correct version already resent. Oh how I wish for the days where my mail client would show me my own attachments inline :( Though I'd had enough cold medic

[RFA][PATCH] patch 4/n Refactor bits of vrp_visit_assignment_or_call -- correct patch attached this time

2017-11-16 Thread Jeff Law
No nyquil tonight, so the proper patch is attached this time... -- So the next group of changes is focused on breaking down evrp into an analysis engine and the actual optimization pass. The analysis engine can be embedded into other dom walker passes quite easily. I've done it for the sprint

Re: [RFA][PATCH] patch 4/n Refactor bits of vrp_visit_assignment_or_call

2017-11-15 Thread Kyrill Tkachov
Hi Jeff, I think you attached the wrong patch to this mail... Kyrill On 15/11/17 06:32, Jeff Law wrote: So the next group of changes is focused on breaking down evrp into an analysis engine and the actual optimization pass. The analysis engine can be embedded into other dom walker passes qui

[RFA][PATCH] patch 4/n Refactor bits of vrp_visit_assignment_or_call

2017-11-14 Thread Jeff Law
So the next group of changes is focused on breaking down evrp into an analysis engine and the actual optimization pass. The analysis engine can be embedded into other dom walker passes quite easily. I've done it for the sprintf warnings as well as the main DOM optimizer locally. Separating anal