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 bootstrap/97502] [11 Regression] PGO bootstrap failure on s390x-linux with -march=z13 starting with r11-3426
Date: Thu, 22 Oct 2020 10:39:09 +0000	[thread overview]
Message-ID: <bug-97502-4-19Y4wCPwng@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-97502-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #8 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Andreas Krebbel <krebbel@gcc.gnu.org>:

https://gcc.gnu.org/g:f3cf5174b19a89aeed5aa2ba82a373ded35a4a96

commit r11-4224-gf3cf5174b19a89aeed5aa2ba82a373ded35a4a96
Author: Andreas Krebbel <krebbel@linux.ibm.com>
Date:   Thu Oct 22 12:24:22 2020 +0200

    Fix PR97502

    The S/390 backend does not define vec_cmp expanders so far. We relied
    solely on expanding vcond.  With commit 502d63b6d various testcases
    started to ICE now.

    This patch just adds the missing expanders to prevent the ICE.
    However, there are still a couple of performance-related testcase
    regressions with the vcond lowering which have to be fixed
    independently.

    gcc/ChangeLog:

            PR target/97502
            * config/s390/vector.md ("vec_cmp<VI_HW:mode><VI_HW:mode>")
            ("vec_cmpu<VI_HW:mode><VI_HW:mode>"): New expanders.

    gcc/testsuite/ChangeLog:

            * gcc.dg/pr97502.c: New test.

  parent reply	other threads:[~2020-10-22 10:39 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-20 13:08 [Bug bootstrap/97502] New: " jakub at gcc dot gnu.org
2020-10-20 13:08 ` [Bug bootstrap/97502] " jakub at gcc dot gnu.org
2020-10-20 13:14 ` marxin at gcc dot gnu.org
2020-10-20 13:53 ` rguenth at gcc dot gnu.org
2020-10-20 14:00 ` rguenth at gcc dot gnu.org
2020-10-20 14:04 ` rguenth at gcc dot gnu.org
2020-10-20 14:05 ` jakub at gcc dot gnu.org
2020-10-20 14:13 ` jakub at gcc dot gnu.org
2020-10-21  5:55 ` krebbel at gcc dot gnu.org
2020-10-22 10:39 ` cvs-commit at gcc dot gnu.org [this message]
2020-10-22 10:49 ` 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-97502-4-19Y4wCPwng@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).