public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/38204]  New: PRE for post dominating expressions
@ 2008-11-20 17:00 dann at godzilla dot ics dot uci dot edu
  2008-11-21  6:43 ` [Bug middle-end/38204] " steven at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dann at godzilla dot ics dot uci dot edu @ 2008-11-20 17:00 UTC (permalink / raw)
  To: gcc-bugs

For this function:
int test (int a, int b, int c, int g)
{
  int d, e;
  if (a)
    d = b * c;
  else
    d = b - c;
  e = b * c + g;
  return d + e;
}

the multiply expression is moved to both branches of the "if", it would be
better to move it before the "if".  Intel's compiler does that.


-- 
           Summary: PRE for post dominating expressions
           Product: gcc
           Version: 4.3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dann at godzilla dot ics dot uci dot edu
  GCC host triplet: i386-pc-linux


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38204


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

end of thread, other threads:[~2008-12-01 22:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-20 17:00 [Bug middle-end/38204] New: PRE for post dominating expressions dann at godzilla dot ics dot uci dot edu
2008-11-21  6:43 ` [Bug middle-end/38204] " steven at gcc dot gnu dot org
2008-11-21 16:57 ` dberlin at gcc dot gnu dot org
2008-11-22  0:36 ` davidxl at gcc dot gnu dot org
2008-12-01 22:14 ` steven at gcc dot gnu dot org

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).