public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* aliasing question
@ 2004-09-07 10:51 Jan Hubicka
  2004-09-07 14:22 ` Diego Novillo
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Hubicka @ 2004-09-07 10:51 UTC (permalink / raw)
  To: dnovillo, gcc

Hi,
while looking into releasing more SSA_NAMEs I run across following code
(in combining combine.i with -O2 on i686).
ssa dump says:

  #   V_MUST_DEF <value_49>;
  value = T.4862_48;

and alias1 dump:

  #   value_229 = V_MAY_DEF <value_19>;
  value = T.4862_48;

Why the MUST_DEF is getting converted to MAY_DEF in such a obvious case
for MUST_DEF?

I will keep copy of the dumps around in the case you are interested to
look into it.  It is one of places (actually first nontrivial) where we
are leakign SSA_NAME unfreeed.

Honza

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-09-08 20:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-07 10:51 aliasing question Jan Hubicka
2004-09-07 14:22 ` Diego Novillo
2004-09-08 20:05   ` Jan Hubicka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).