public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/101120] vn_reference_maybe_forwprop_address can take much compile-time
Date: Mon, 21 Jun 2021 13:02:06 +0000	[thread overview]
Message-ID: <bug-101120-4-sK4wPnv5wu@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-101120-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101120

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rguenth@gcc.gnu.org>:

https://gcc.gnu.org/g:0ad9c7087ef3904da89f2db6007b6d28b116087f

commit r12-1699-g0ad9c7087ef3904da89f2db6007b6d28b116087f
Author: Richard Biener <rguenther@suse.de>
Date:   Fri Jun 18 14:07:00 2021 +0200

    tree-optimization/101120 - fix compile-time issue with SLP groups

    This places two hacks to avoid an old compile-time issue when
    vectorizing large permuted SLP groups with gaps where we end up
    emitting loads and IV adjustments for the gap as well and those
    have quite a high cost until they are eventually cleaned up.

    The first hack is to fold the auto-inc style IV updates early
    in the vectorizer rather than in the next forwprop pass which
    shortens the SSA use-def chains of the used IV.

    The second hack is to remove the unused loads after we've picked
    all that we possibly use.

    2021-06-18  Richard Biener  <rguenther@suse.de>

            PR tree-optimization/101120
            * tree-vect-data-refs.c (bump_vector_ptr): Fold the
            built increment.
            * tree-vect-slp.c (vect_transform_slp_perm_load): Add
            DR chain DCE capability.
            * tree-vectorizer.h (vect_transform_slp_perm_load): Adjust.
            * tree-vect-stmts.c (vectorizable_load): Remove unused
            loads in the DR chain for SLP.

  parent reply	other threads:[~2021-06-21 13:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-18 11:33 [Bug tree-optimization/101120] New: " rguenth at gcc dot gnu.org
2021-06-18 11:33 ` [Bug tree-optimization/101120] " rguenth at gcc dot gnu.org
2021-06-18 12:06 ` rguenth at gcc dot gnu.org
2021-06-21 13:02 ` cvs-commit at gcc dot gnu.org [this message]
2021-06-21 13:03 ` rguenth at gcc dot gnu.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=bug-101120-4-sK4wPnv5wu@http.gcc.gnu.org/bugzilla/ \
    --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).