public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/15255] [tree-ssa] a * 2 + a * 2 is not converted to a * 4
Date: Wed, 13 Aug 2008 09:00:00 -0000	[thread overview]
Message-ID: <20080813085849.19541.qmail@sourceware.org> (raw)
In-Reply-To: <bug-15255-5009@http.gcc.gnu.org/bugzilla/>



------- Comment #11 from rguenth at gcc dot gnu dot org  2008-08-13 08:58 -------
Subject: Bug 15255

Author: rguenth
Date: Wed Aug 13 08:57:20 2008
New Revision: 139048

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=139048
Log:
2008-08-13  Richard Guenther  <rguenther@suse.de>

        PR tree-optimization/15255
        * tree-ssa-reassoc.c (linearize_expr_tree): Declare.
        (struct oecount_s): New struct and VEC types.
        (cvec): New global.
        (oecount_hash): New function.
        (oecount_eq): Likewise.
        (oecount_cmp): Likewise.
        (zero_one_operation): New function.
        (build_and_add_sum): Likewise.
        (undistribute_ops_list): Perform un-distribution of multiplication
        and division on the chain of summands.
        (should_break_up_subtract): Also break up subtracts for factors.
        (reassociate_bb): Delete dead visited statements.
        Call undistribute_ops_list.  Re-sort and optimize if it did something.
        * passes.c (init_optimization_passes): Move DSE before
        reassociation.
        * tree-ssa-loop-niter.c (stmt_dominates_stmt_p): Correctly handle
        PHI nodes.

        * gcc.dg/tree-ssa/reassoc-14.c: New testcase.
        * gcc.dg/tree-ssa/reassoc-15.c: Likewise.
        * gcc.dg/tree-ssa/reassoc-16.c: Likewise.
        * gcc.dg/torture/reassoc-1.c: Likewise.
        * gcc.dg/tree-ssa/recip-2.c: Adjust.
        * gcc.dg/tree-ssa/recip-6.c: Likewise.
        * gcc.dg/tree-ssa/recip-7.c: Likewise.
        * gfortran.dg/reassoc_4.f: Likewise.

Added:
    trunk/gcc/testsuite/gcc.dg/torture/reassoc-1.c
    trunk/gcc/testsuite/gcc.dg/tree-ssa/reassoc-14.c
    trunk/gcc/testsuite/gcc.dg/tree-ssa/reassoc-15.c
    trunk/gcc/testsuite/gcc.dg/tree-ssa/reassoc-16.c
    trunk/gcc/testsuite/gcc.dg/tree-ssa/reassoc-17.c
    trunk/gcc/testsuite/gcc.dg/tree-ssa/reassoc-18.c
    trunk/gcc/testsuite/gfortran.dg/reassoc_4.f
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/passes.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/tree-ssa/recip-2.c
    trunk/gcc/testsuite/gcc.dg/tree-ssa/recip-6.c
    trunk/gcc/testsuite/gcc.dg/tree-ssa/recip-7.c
    trunk/gcc/tree-ssa-loop-niter.c
    trunk/gcc/tree-ssa-reassoc.c


-- 


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


  parent reply	other threads:[~2008-08-13  9:00 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-15255-5009@http.gcc.gnu.org/bugzilla/>
2008-04-28 20:20 ` rguenth at gcc dot gnu dot org
2008-04-29 14:18 ` rguenth at gcc dot gnu dot org
2008-04-29 16:01 ` rguenth at gcc dot gnu dot org
2008-04-29 16:04 ` rguenth at gcc dot gnu dot org
2008-08-13  9:00 ` rguenth at gcc dot gnu dot org [this message]
2008-08-13  9:02 ` rguenth at gcc dot gnu dot org
     [not found] <bug-15255-4@http.gcc.gnu.org/bugzilla/>
2014-10-31  4:02 ` pinskia at gcc dot gnu.org
2004-05-03  7:14 [Bug optimization/15255] New: " kazu at cs dot umass dot edu
2004-05-24 21:23 ` [Bug tree-optimization/15255] " pinskia at gcc dot gnu dot org
2004-05-25 14:30 ` pinskia at gcc dot gnu dot org
2004-05-27  8:36 ` pinskia at gcc dot gnu dot org
2004-06-21  5:13 ` pinskia at gcc dot gnu dot org
2005-02-16  4:22 ` pinskia at gcc dot 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=20080813085849.19541.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).