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/87767] Missing AVX512 memory broadcast for constant vector
Date: Thu, 03 Sep 2020 08:11:42 +0000	[thread overview]
Message-ID: <bug-87767-4-PyZDCScC6i@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-87767-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #8 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:433734126996b6fc4fc99b594421510f928a7bb9

commit r11-2991-g433734126996b6fc4fc99b594421510f928a7bb9
Author: liuhongt <hongtao.liu@intel.com>
Date:   Wed Jul 8 17:14:36 2020 +0800

    Optimize memory broadcast for constant vector under AVX512.

    For constant vector having one duplicated value, there's no need to put
    whole vector in the constant pool, using embedded broadcast instead.

    2020-07-09  Hongtao Liu  <hongtao.liu@intel.com>

    gcc/ChangeLog:

            PR target/87767
            * config/i386/i386-features.c
            (replace_constant_pool_with_broadcast): New function.
            (constant_pool_broadcast): Ditto.
            (class pass_constant_pool_broadcast): New pass.
            (make_pass_constant_pool_broadcast): Ditto.
            (remove_partial_avx_dependency): Call
            replace_constant_pool_with_broadcast under TARGET_AVX512F, it
            would save compile time when both pass rpad and cpb are
            available.
            (remove_partial_avx_dependency_gate): New function.
            (class pass_remove_partial_avx_dependency::gate): Call
            remove_partial_avx_dependency_gate.
            * config/i386/i386-passes.def: Insert new pass after combine.
            * config/i386/i386-protos.h
            (make_pass_constant_pool_broadcast): Declare.
            * config/i386/sse.md (*avx512dq_mul<mode>3<mask_name>_bcst):
            New define_insn.
            (*avx512f_mul<mode>3<mask_name>_bcst): Ditto.
            * config/i386/avx512fintrin.h (_mm512_set1_ps,
            _mm512_set1_pd,_mm512_set1_epi32, _mm512_set1_epi64): Adjusted.

    gcc/testsuite/ChangeLog:

            PR target/87767
            * gcc.target/i386/avx2-broadcast-pr87767-1.c: New test.
            * gcc.target/i386/avx512f-broadcast-pr87767-1.c: New test.
            * gcc.target/i386/avx512f-broadcast-pr87767-2.c: New test.
            * gcc.target/i386/avx512f-broadcast-pr87767-3.c: New test.
            * gcc.target/i386/avx512f-broadcast-pr87767-4.c: New test.
            * gcc.target/i386/avx512f-broadcast-pr87767-5.c: New test.
            * gcc.target/i386/avx512f-broadcast-pr87767-6.c: New test.
            * gcc.target/i386/avx512f-broadcast-pr87767-7.c: New test.
            * gcc.target/i386/avx512vl-broadcast-pr87767-1.c: New test.
            * gcc.target/i386/avx512vl-broadcast-pr87767-1.c: New test.
            * gcc.target/i386/avx512vl-broadcast-pr87767-2.c: New test.
            * gcc.target/i386/avx512vl-broadcast-pr87767-3.c: New test.
            * gcc.target/i386/avx512vl-broadcast-pr87767-4.c: New test.
            * gcc.target/i386/avx512vl-broadcast-pr87767-5.c: New test.
            * gcc.target/i386/avx512vl-broadcast-pr87767-6.c: New test.

  parent reply	other threads:[~2020-09-03  8:11 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-87767-4@http.gcc.gnu.org/bugzilla/>
2020-07-13  7:05 ` crazylht at gmail dot com
2020-09-03  8:11 ` cvs-commit at gcc dot gnu.org [this message]
2020-09-03  8:30 ` crazylht at gmail dot com
2020-09-03  8:37 ` jakub at gcc dot gnu.org
2020-09-03  9:06 ` crazylht at gmail dot com
2020-09-03  9:31 ` jakub at gcc dot gnu.org
2020-09-04 15:52 ` crazylht at gmail dot com
2020-09-04 15:56 ` crazylht at gmail dot com
2020-09-08  4:28 ` crazylht at gmail dot com
2020-09-09 17:06 ` vmakarov at gcc dot gnu.org
2020-10-22  2:29 ` cvs-commit at gcc dot gnu.org
2020-10-22  2:29 ` cvs-commit at gcc dot gnu.org
2021-07-01 15:11 ` cvs-commit at gcc dot gnu.org
2021-07-21 14:56 ` hjl.tools at gmail dot com
2021-07-27 20:24 ` hjl.tools at gmail dot com
2021-09-18  5:03 ` cvs-commit 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-87767-4-PyZDCScC6i@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).