Re: [PATCH 1/2] - Add BB option for outgoing_edge_range_p.

2021-12-05 Thread Richard Biener via Gcc-patches
On Fri, Dec 3, 2021 at 9:41 PM Andrew MacLeod via Gcc-patches wrote: > > has_edge_range_p() and may_recompute_p() currently only take an optional > edge as a parameter. They only indicate if a range *might* be > calculated for a name, but they do not do any calculations. > > To determine the

[PATCH 1/2] - Add BB option for outgoing_edge_range_p.

2021-12-03 Thread Andrew MacLeod via Gcc-patches
ect: [PATCH 1/2] Add BB option for outgoing_edge_range_p and may_reocmpute_p. There are times we only need to know if any edge from a block can calculate a range. * gimple-range-gori.h (class gori_compute):: Add prototypes. * gimple-range-gori.cc (gori_compute::has_edge_range_p): Add alternate