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]

Re: question about constant-folding compares...


On Mon, Sep 27, 1999 at 11:43:18AM -0400, Alan Lehotsky wrote:
> But because combine tried to construct a
> 
> 	(parallel [(set (cc0) (reg:SI 126))
> 		   (set (reg 130) (const_int 0))])

It did this because reg 130 is live after the instruction.
This seems like something that CSE should have handled.

> Is this something that the 2.95 GCSE pass handles?

No.


r~


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