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: reg_nonzero_bits_for_combine misunderstood


> But the problem is that if the mode of the register is larger than the mode
> of the register when last set then we can't know anything about
> nonzero_bits. 

Right, this case is handled for nonzero_sign_valid a few lines below.

> Fixed the problem. Any comments?

Why not duplicate the treatment applied for nonzero_sign_valid?

-- 
Eric Botcazou


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