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/105493] [12/13 Regression] x86_64 538.imagick_r 6% regressions and 2% 525.x264_r regressions on Alder Lake after r12-7319-g90d693bdc9d718
Date: Thu, 09 Jun 2022 07:01:09 +0000	[thread overview]
Message-ID: <bug-105493-4-mgc3zcAc27@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-105493-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by hongtao Liu <liuhongt@gcc.gnu.org>:

https://gcc.gnu.org/g:269edf4e5e6ab489730038f7e3495550623179fe

commit r13-1021-g269edf4e5e6ab489730038f7e3495550623179fe
Author: Cui,Lili <lili.cui@intel.com>
Date:   Wed Jun 8 11:25:57 2022 +0800

    Update {skylake,icelake,alderlake}_cost to add a bit preference to vector
store.

    Since the interger vector construction cost has changed, we need to adjust
the
    load and store costs for intel processers.

    With the patch applied
    538.imagic_r:gets ~6% improvement on ADL for multicopy.
    525.x264_r  :gets ~2% improvement on ADL and ICX for multicopy.
    with no measurable changes for other benchmarks.

    gcc/ChangeLog

            PR target/105493
            * config/i386/x86-tune-costs.h (skylake_cost): Raise the gpr load
cost
            from 4 to 6 and gpr store cost from 6 to 8. Change SSE loads and
            unaligned loads cost from {6, 6, 6, 10, 20} to {8, 8, 8, 8, 16}.
            (icelake_cost): Ditto.
            (alderlake_cost): Raise the gpr store cost from 6 to 8 and SSE
loads,
            stores and unaligned stores cost from {6, 6, 6, 10, 15} to
            {8, 8, 8, 10, 15}.

    gcc/testsuite/

            PR target/105493
            * gcc.target/i386/pr91446.c: Adjust to expect vectorization
            * gcc.target/i386/pr99881.c: XFAIL.
            * gcc.target/i386/pr105493.c: New.
            * g++.target/i386/pr105638.C: Use other sequence checks
            instead of vpxor, because code generation changed.

  parent reply	other threads:[~2022-06-09  7:01 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-05 12:04 [Bug target/105493] New: " lili.cui at intel dot com
2022-05-05 12:15 ` [Bug target/105493] " rguenth at gcc dot gnu.org
2022-05-06  2:13 ` lili.cui at intel dot com
2022-05-06  8:33 ` jakub at gcc dot gnu.org
2022-05-09  6:38 ` marxin at gcc dot gnu.org
2022-05-20  3:55 ` crazylht at gmail dot com
2022-05-20 17:54 ` jamborm at gcc dot gnu.org
2022-06-09  7:01 ` cvs-commit at gcc dot gnu.org [this message]
2022-07-26 11:31 ` rguenth at gcc dot gnu.org
2022-07-27  0:45 ` crazylht at gmail dot com
2022-07-27  1:18 ` lili.cui at intel dot com

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-105493-4-mgc3zcAc27@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).