This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]