public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "bonzini at gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug rtl-optimization/35281] [4.3/4.4 Regression] multiply with 0 generated for 64*32->64
Date: Wed, 05 Mar 2008 13:22:00 -0000	[thread overview]
Message-ID: <20080305132129.19338.qmail@sourceware.org> (raw)
In-Reply-To: <bug-35281-10175@http.gcc.gnu.org/bugzilla/>



------- Comment #8 from bonzini at gnu dot org  2008-03-05 13:21 -------
Should be handled by this code in simplify_subreg:

      /* A SUBREG resulting from a zero extension may fold to zero if
         it extracts higher bits that the ZERO_EXTEND's source bits.  */
      if (GET_CODE (op) == ZERO_EXTEND
          && bitpos >= GET_MODE_BITSIZE (GET_MODE (XEXP (op, 0))))
        return CONST0_RTX (outermode);

fwprop does not because the memory is written to.  Can anyone run spec moving
fwprop *before* CSE instead of after?


-- 

bonzini at gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |13724


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


  parent reply	other threads:[~2008-03-05 13:22 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-21 20:50 [Bug rtl-optimization/35281] New: [4.3 regression] " astrange at ithinksw dot com
2008-02-21 21:36 ` [Bug rtl-optimization/35281] " ubizjak at gmail dot com
2008-02-21 21:59 ` astrange at ithinksw dot com
2008-03-05 10:15 ` ubizjak at gmail dot com
2008-03-05 10:17 ` ubizjak at gmail dot com
2008-03-05 10:28 ` [Bug rtl-optimization/35281] [4.3/4.4 Regression] " rguenth at gcc dot gnu dot org
2008-03-05 10:33 ` ubizjak at gmail dot com
2008-03-05 11:11 ` ubizjak at gmail dot com
2008-03-05 13:22 ` bonzini at gnu dot org
2008-03-05 13:22 ` bonzini at gnu dot org [this message]
2008-03-10 14:15 ` bonzini at gnu dot org
2008-03-10 15:19 ` bonzini at gnu dot org
2008-03-11 16:49 ` bonzini at gcc dot gnu dot org
2008-03-11 16:49 ` bonzini at gnu dot org
2008-04-02  9:58 ` bonzini at gnu dot org
2008-04-02 11:25 ` [Bug rtl-optimization/35281] [4.3 " bonzini at gnu dot org
2008-04-03  5:38 ` bonzini at gcc dot gnu dot org
2008-06-06 15:02 ` rguenth at gcc dot gnu dot org
2008-07-14 16:08 ` bonzini at gnu dot org
2008-07-18 11:46 ` bonzini at gcc dot gnu dot org
2008-07-18 11:46 ` bonzini at gnu dot org

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=20080305132129.19338.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@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).