Re: [PUSHED 4/8] Adjust op_with_boolean_value_range_p for irange API.

2020-08-04 Thread Aldy Hernandez via Gcc-patches
On 8/4/20 8:55 AM, Richard Biener wrote: On Tue, Aug 4, 2020 at 8:39 AM Aldy Hernandez via Gcc-patches wrote: It seems to me that we should also check for [0,0] and [1,1] in the range, but I am leaving things as is to avoid functional changes. gcc/ChangeLog: * vr-values.c (simpli

Re: [PUSHED 4/8] Adjust op_with_boolean_value_range_p for irange API.

2020-08-03 Thread Richard Biener via Gcc-patches
On Tue, Aug 4, 2020 at 8:39 AM Aldy Hernandez via Gcc-patches wrote: > > It seems to me that we should also check for [0,0] and [1,1] in the > range, but I am leaving things as is to avoid functional changes. > > gcc/ChangeLog: > > * vr-values.c (simplify_using_ranges::op_with_boolean_valu

[PUSHED 4/8] Adjust op_with_boolean_value_range_p for irange API.

2020-08-03 Thread Aldy Hernandez via Gcc-patches
It seems to me that we should also check for [0,0] and [1,1] in the range, but I am leaving things as is to avoid functional changes. gcc/ChangeLog: * vr-values.c (simplify_using_ranges::op_with_boolean_value_range_p): Adjust for irange API. --- gcc/vr-values.c | 7 --- 1 fi