Re: Move simplification of statements using ranges into its own class.

2020-06-26 Thread Jeff Law via Gcc-patches
On Thu, 2020-06-18 at 13:24 +0200, Aldy Hernandez wrote: > Howdy. > > This moves all the simplification code from vr_values into a separate > class (simplify_using_ranges). In doing so, we get rid of a bunch of > dependencies on the internals of vr_values. The goal is to (a) remove > unnecess

PING: Re: Move simplification of statements using ranges into its own class.

2020-06-25 Thread Aldy Hernandez via Gcc-patches
PING On Thu, Jun 18, 2020, 13:24 Aldy Hernandez wrote: > Howdy. > > This moves all the simplification code from vr_values into a separate > class (simplify_using_ranges). In doing so, we get rid of a bunch of > dependencies on the internals of vr_values. The goal is to (a) remove > unnecessary

Move simplification of statements using ranges into its own class.

2020-06-18 Thread Aldy Hernandez via Gcc-patches
using ranges into its own class. This moves all the simplification code from vr_values into a separate class (simplify_using_ranges). In doing so, we get rid of a bunch of dependencies on the internals of vr_values. The goal is to (a) remove unnecessary interdependendcies (b