This is the mail archive of the gcc@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: Does zero_extend (const_int) *ever* have a valid meaning


On Fri, Sep 20, 2002 at 05:37:57PM +0100, Richard Earnshaw wrote:
> So, is cse correct in trying to make this substitution?

No, not without other simplifications.  Zero_extend requires
an inner mode, which const_int doesn't have.


r~


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