This is the mail archive of the gcc-patches@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: Fix PR optimization/7520


On Thu, Sep 19, 2002 at 11:58:13PM +0200, Eric Botcazou wrote:
> > If eax is live after this instruction in this block,
> 
> That's the case (see my first message). That's what I meant by "when the
> clobbered register is live after the insn".
> 
> > with no other uses, that is wrong.
> 
> So the principle of the patch (preventing flow2 from putting its REG_DEAD
> note) is correct ?

No.  The REG_DEAD note is not the problem.  The liveness
propagation happened elsewhere.


r~


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