This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Use-and-clobber insns and REG_DEAD notes (fwd)
- From: Michael Matz <matz at suse dot de>
- To: Richard Henderson <rth at redhat dot com>
- Cc: Ulrich Weigand <weigand at i1 dot informatik dot uni-erlangen dot de>,<gcc at gcc dot gnu dot org>
- Date: Wed, 16 Jul 2003 03:20:06 +0200 (CEST)
- Subject: Re: Use-and-clobber insns and REG_DEAD notes (fwd)
Hi,
On Tue, 15 Jul 2003, Richard Henderson wrote:
> I think that the death note SHOULD exist in the clobber case.
In this particular case, right? The death note was not for the clobber
but for the use in that insn. flow added a REG_UNUSED for the clobber,
which I think is wrong. Adding a REG_DEAD for a clobber doesn't make
sense IMO.
Ciao,
Michael.