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: Fold constant shifts in combine


Jan Hubicka wrote:-

> Most of the shifts exceeding argument type are already simplified by the
> generic code, but in some cases it does not match.

Isn't it better to fix wherever they're falling through or being
generated?  Otherwise, if they are eventually fixed, we have stale code
that no-one really knows if it does anything useful.

Neil.


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