On Tue, Jun 28, 2022 at 9:36 AM Richard Biener wrote: > > On Mon, Jun 27, 2022 at 9:00 PM Aldy Hernandez wrote: > > > > The conversion for loop-ch is trivial, since the range of a > > GIMPLE_COND is always an integer. > > Yes - but doesn't this hint at the fact that the irange::supports_p is > useless because it checks on the type of the comparison operand > rather than the type of the comparison (boolean_type_node)? > > So .. instead of replacing it, remove it? You're absolutely right. OK pending tests? Aldy