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/95172] [11 Regression] wrong code at -O1 on x86_64-linux-gnu since r11-272-gb6ff3ddecfa93d53
Date: Mon, 18 May 2020 09:50:01 +0000	[thread overview]
Message-ID: <bug-95172-4-sxbECb8dVb@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-95172-4@http.gcc.gnu.org/bugzilla/>

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

--- 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:52a0f83980082c9995f2d8ec9b88548520fb8a5f

commit r11-450-g52a0f83980082c9995f2d8ec9b88548520fb8a5f
Author: Richard Biener <rguenther@suse.de>
Date:   Mon May 18 09:17:24 2020 +0200

    tree-optimization/95172 - avoid mixing conditionalized and ordered SM

    The following testcase shows a missed optimization that then leads to
    wrong-code when issueing SMed stores on exits.  When we were able to
    compute an ordered sequence of stores for an exit we need to emit
    that in the correct order and we can emit it disregarding to any
    conditional for whether a store actually happened (we know it did).
    We can also improve detection as of whether we need conditional
    processing at all.  Both parts fix the testcase.

    2020-05-18  Richard Biener  <rguenther@suse.de>

            PR tree-optimization/95172
            * tree-ssa-loop-im.c (execute_sm): Get flag whether we
            eventually need the conditional processing.
            (execute_sm_exit): When processing an orderd sequence
            avoid doing any conditional processing.
            (hoist_memory_references): Pass down whether all edges
            have ordered processing for a ref to execute_sm.

            * gcc.dg/torture/pr95172.c: New testcase.

  parent reply	other threads:[~2020-05-18  9:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-17  5:48 [Bug tree-optimization/95172] New: wrong code at -O1 on x86_64-linux-gnu qrzhang at gatech dot edu
2020-05-18  5:56 ` [Bug tree-optimization/95172] [11 Regression] wrong code at -O1 on x86_64-linux-gnu since r11-272-gb6ff3ddecfa93d53 marxin at gcc dot gnu.org
2020-05-18  6:26 ` rguenth at gcc dot gnu.org
2020-05-18  9:50 ` cvs-commit at gcc dot gnu.org [this message]
2020-05-18  9:50 ` 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-95172-4-sxbECb8dVb@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).