This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] reorganize simplify_const_relational_operation
> The (unsigned HOST_WIDE_INT) cast is needed on the low0 < low1
> comparison too.
Not really, look at their type. :-)
> It's meant to be used elsewhere, where we are only interested in
> true/false results (not other simplifications). That's also why it
> doesn't return FLOAT_STORE_FLAG_VALUE for floats, but only
> const0/const_true.
What's the relationship with 'static'? It's only used in simplify-rtx.c.
--
Eric Botcazou