On 9/1/2022 8:13 AM, Aldy Hernandez via Gcc-patches wrote:
We're starting to abuse the infinity endpoints in the frange code and
the associated range operators.  Building infinities are rather cheap,
and we could even inline them, but I think it's best to just not
recalculate them all the time.

I see about 20 uses of real_inf in the source code, not including the
backends.  And I'm about to add more :).

OK pending tests?

gcc/ChangeLog:

        * emit-rtl.cc (init_emit_once): Initialize dconstinf and
        dconstninf.
        * real.h: Add dconstinf and dconstninf.
OK
jeff

Reply via email to