Re: [RFA][PATCH] patch 7/n Introduce evrp_range_analyzer class

2017-11-17 Thread Bernhard Reutner-Fischer
On 17 November 2017 14:45:29 CET, Richard Biener wrote: >On Fri, Nov 17, 2017 at 8:41 AM, Jeff Law wrote: >> This patch introduces the evrp_range_analyzer class. This is the >class >> we're going to be able to embed into existing dominator walkers to >> provide them with context sensitive range

Re: [RFA][PATCH] patch 7/n Introduce evrp_range_analyzer class

2017-11-17 Thread Richard Biener
On Fri, Nov 17, 2017 at 8:41 AM, Jeff Law wrote: > This patch introduces the evrp_range_analyzer class. This is the class > we're going to be able to embed into existing dominator walkers to > provide them with context sensitive range analysis. > > The bulk of the class is extracted from the evrp

[RFA][PATCH] patch 7/n Introduce evrp_range_analyzer class

2017-11-16 Thread Jeff Law
This patch introduces the evrp_range_analyzer class. This is the class we're going to be able to embed into existing dominator walkers to provide them with context sensitive range analysis. The bulk of the class is extracted from the evrp_dom_walker class. A few minor notes. Setup of the reacha