public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: Eric Botcazou <ebotcazou@adacore.com>
Cc: gcc@gcc.gnu.org
Subject: Re: Problem with SSA inlining and default defs
Date: Sun, 16 Dec 2007 18:10:00 -0000	[thread overview]
Message-ID: <20071216180653.GE2947@sunsite.mff.cuni.cz> (raw)
In-Reply-To: <200712161854.29543.ebotcazou@adacore.com>

On Sun, Dec 16, 2007 at 06:54:29PM +0100, Eric Botcazou wrote:
> How SSA inlining and default defs for uninitialized variables are supposed to 
> interact?  Suppose you have the following situation
> 
>     BB0 ...
>      |   \
> (ab) |    BB1 s_2 = f(s_1(D))
>      |   /
>     BB2 s_3 = PHI <s_1(D), s2>
> 
> in a function that gets inlined into a loop.  The liveness of s_1(D) in BB0 
> will propagate to BB2 along the backwards edge and you get overlapping live 
> ranges for s_1(D) and s_3.  If s_1(D) is SSA_NAME_OCCURS_IN_ABNORMAL_PHI, the 
> compilation will abort during SSA coalescing because they must be coalesced.

This sounds like PR31081.

	Jakub

  reply	other threads:[~2007-12-16 18:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-16 18:01 Eric Botcazou
2007-12-16 18:10 ` Jakub Jelinek [this message]
2007-12-16 18:27   ` Eric Botcazou
2007-12-16 19:45     ` Jakub Jelinek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071216180653.GE2947@sunsite.mff.cuni.cz \
    --to=jakub@redhat.com \
    --cc=ebotcazou@adacore.com \
    --cc=gcc@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).