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: regression for 3.1: bad sign extension?


On Thu, Mar 14, 2002 at 05:11:44PM -0800, Bob Wilson wrote:
> Perhaps I should change the combiner to detect a zero-extend of 
> a value loaded from the constant pool and combine those two ops by 
> putting a new zero-extended value in the pool.  Would that be a good 
> solution?

Yes, because now you are referring to an SImode constant,
rather than an HImode constant.


r~


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