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 testsuite/111480] new test case g++.target/powerpc/altivec-19.C fails
Date: Wed, 10 Jan 2024 05:09:43 +0000	[thread overview]
Message-ID: <bug-111480-4-hp8Ef71Zqw@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-111480-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #1 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Kewen Lin <linkw@gcc.gnu.org>:

https://gcc.gnu.org/g:6660904c3f5872262f466b5cbbd48fb11e9fe966

commit r14-7091-g6660904c3f5872262f466b5cbbd48fb11e9fe966
Author: Kewen Lin <linkw@linux.ibm.com>
Date:   Tue Jan 9 23:06:13 2024 -0600

    rs6000: Eliminate zext fed by vclzlsbb [PR111480]

    As PR111480 shows, commit r14-4079 only optimizes the case
    of vctzlsbb but not for the similar vclzlsbb.  This patch
    is to consider vclzlsbb as well and avoid the failure on
    the reported test case.  It also simplifies the patterns
    with iterator and attribute.

            PR target/111480

    gcc/ChangeLog:

            * config/rs6000/vsx.md (VCZLSBB): New int iterator.
            (vczlsbb_char): New int attribute.
            (vclzlsbb_<mode>, vctzlsbb_<mode>): Merge to ...
            (vc<vczlsbb_char>zlsbb_<mode>): ... this.
            (*vctzlsbb_zext_<mode>): Rename to ...
            (*vc<vczlsbb_char>zlsbb_zext_<mode>): ... this, and extend it to
            cover vclzlsbb.

  parent reply	other threads:[~2024-01-10  5:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-19 14:14 [Bug testsuite/111480] New: " seurer at gcc dot gnu.org
2024-01-08  3:35 ` [Bug testsuite/111480] " linkw at gcc dot gnu.org
2024-01-10  5:09 ` cvs-commit at gcc dot gnu.org [this message]
2024-01-10  5:21 ` [Bug target/111480] " linkw 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-111480-4-hp8Ef71Zqw@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).