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.

That was my understanding.  So are there already places in the compiler 
that know how to deal with this that I can use as the basis to fix this 
case?

R.



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