public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "luoxhu at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/103802] [12 regression] recip-3.c fails after r12-6087 on Power m32
Date: Tue, 11 Jan 2022 08:37:01 +0000	[thread overview]
Message-ID: <bug-103802-4-dQN2TV3h3H@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-103802-4@http.gcc.gnu.org/bugzilla/>

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

luoxhu at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #8 from luoxhu at gcc dot gnu.org ---
Fixed by

The master branch has been updated by Xiong Hu Luo <luoxhu@gcc.gnu.org>:

https://gcc.gnu.org/g:0552605b7b27dc6beed62e71bd05bc1efd191c0d

commit r12-6430-g0552605b7b27dc6beed62e71bd05bc1efd191c0d
Author: Xionghu Luo <luoxhu@linux.ibm.com>
Date:   Mon Jan 10 20:05:56 2022 -0600

    testsuite: Fix regression on m32 by r12-6087 [PR103820]

    r12-6087 will avoid move cold bb out of hot loop, while the original
    intent of this testcase is to hoist divides out of loop and CSE them to
    only one divide.  So increase the loop count to turn the cold bb to hot
    bb again.  Then the 3 divides could be rewritten with same reciptmp.

    Tested pass on Power-Linux {32,64}, x86 {64,32} and i686-linux.

    gcc/testsuite/ChangeLog:

            PR testsuite/103820
            * gcc.dg/tree-ssa/recip-3.c: Adjust.

      parent reply	other threads:[~2022-01-11  8:37 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-22  8:56 [Bug middle-end/103802] New: " luoxhu at gcc dot gnu.org
2021-12-22  9:06 ` [Bug middle-end/103802] " pinskia at gcc dot gnu.org
2021-12-27  2:42 ` [Bug tree-optimization/103802] " luoxhu at gcc dot gnu.org
2021-12-27  3:03 ` luoxhu at gcc dot gnu.org
2021-12-28 19:02 ` jakub at gcc dot gnu.org
2021-12-29  2:29 ` luoxhu at gcc dot gnu.org
2022-01-03 12:11 ` rguenth at gcc dot gnu.org
2022-01-07  7:40 ` luoxhu at gcc dot gnu.org
2022-01-10  9:24 ` rguenther at suse dot de
2022-01-11  8:37 ` luoxhu at gcc dot gnu.org [this message]

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-103802-4-dQN2TV3h3H@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).