Re: [PATCH 2/2] Decouple adjust_range_from_scev from vr_values and value_range_equiv.

2020-08-04 Thread Aldy Hernandez via Gcc-patches
On Tue, Aug 4, 2020 at 3:27 PM Richard Biener wrote: > > On Tue, Aug 4, 2020 at 2:05 PM Aldy Hernandez via Gcc-patches > wrote: > > > > I've abstracted out the parts of the code that had nothing to do with > > value_range_equiv into an externally visible range_of_var_in_loop(). > > This way, it c

Re: [PATCH 2/2] Decouple adjust_range_from_scev from vr_values and value_range_equiv.

2020-08-04 Thread Richard Biener via Gcc-patches
On Tue, Aug 4, 2020 at 2:05 PM Aldy Hernandez via Gcc-patches wrote: > > I've abstracted out the parts of the code that had nothing to do with > value_range_equiv into an externally visible range_of_var_in_loop(). > This way, it can be called with any range. > > adjust_range_with_scev still works