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 target/111449] memcmp (p,q,16) == 0 can be optimized better on ppc64 with vector comparison instructions
Date: Mon, 30 Oct 2023 03:03:13 +0000	[thread overview]
Message-ID: <bug-111449-4-F6NsU3tuoH@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-111449-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by HaoChen Gui <guihaoc@gcc.gnu.org>:

https://gcc.gnu.org/g:8111b5c23bd14f80607bd35af58ec31e38a0378e

commit r14-5001-g8111b5c23bd14f80607bd35af58ec31e38a0378e
Author: Haochen Gui <guihaoc@gcc.gnu.org>
Date:   Mon Oct 30 10:59:51 2023 +0800

    Expand: Checking available optabs for scalar modes in by pieces operations

    The former patch (f08ca5903c7) examines the scalar modes by target
    hook scalar_mode_supported_p.  It causes some i386 regression cases
    as XImode and OImode are not enabled in i386 target function.  This
    patch examines the scalar mode by checking if the corresponding optabs
    are available for the mode.

    gcc/
            PR target/111449
            * expr.cc (qi_vector_mode_supported_p): Rename to...
            (by_pieces_mode_supported_p): ...this, and extends it to do
            the checking for both scalar and vector mode.
            (widest_fixed_size_mode_for_size): Call
            by_pieces_mode_supported_p to examine the mode.
            (op_by_pieces_d::smallest_fixed_size_mode_for_size): Likewise.

  parent reply	other threads:[~2023-10-30  3:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-18  2:37 [Bug target/111449] New: " guihaoc at gcc dot gnu.org
2023-10-23  1:17 ` [Bug target/111449] " cvs-commit at gcc dot gnu.org
2023-10-30  3:03 ` cvs-commit at gcc dot gnu.org [this message]
2023-11-17  9:20 ` cvs-commit at gcc dot gnu.org
2023-11-17  9:25 ` guihaoc 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-111449-4-F6NsU3tuoH@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).