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/96342] [SVE] Add support for "omp declare simd"
Date: Tue, 03 Nov 2020 16:14:08 +0000	[thread overview]
Message-ID: <bug-96342-4-pSKLtJ5Hqh@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-96342-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #9 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Sandiford <rsandifo@gcc.gnu.org>:

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

commit r11-4676-gabe93733a265f8a8b56dbdd307380f8c83dd3ab5
Author: Yang Yang <yangyang305@huawei.com>
Date:   Tue Nov 3 16:13:47 2020 +0000

    PR target/96342 Change field "simdlen" into poly_uint64

    This is the first patch of PR96342. In order to add support for
    "omp declare simd", change the type of the field "simdlen" of
    struct cgraph_simd_clone from unsigned int to poly_uint64 and
    related adaptation. Since the length might be variable for the
    SVE cases.

    2020-11-03  Yang Yang  <yangyang305@huawei.com>

    gcc/ChangeLog:

            * cgraph.h (struct cgraph_simd_clone): Change field "simdlen" of
            struct cgraph_simd_clone from unsigned int to poly_uint64.
            * config/aarch64/aarch64.c
            (aarch64_simd_clone_compute_vecsize_and_simdlen): adaptation of
            operations on "simdlen".
            * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
            Printf formats update.
            * gengtype.c (main): Handle poly_uint64.
            * omp-simd-clone.c (simd_clone_mangle): Likewise.Re
            (simd_clone_adjust_return_type): Likewise.
            (create_tmp_simd_array): Likewise.
            (simd_clone_adjust_argument_types): Likewise.
            (simd_clone_init_simd_arrays): Likewise.
            (ipa_simd_modify_function_body): Likewise.
            (simd_clone_adjust): Likewise.
            (expand_simd_clones): Likewise.
            * poly-int-types.h (vector_unroll_factor): New macro.
            * poly-int.h (constant_multiple_p): Add two-argument versions.
            * tree-vect-stmts.c (vectorizable_simd_clone_call): Likewise.

  parent reply	other threads:[~2020-11-03 16:14 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-27 16:51 [Bug target/96342] New: " rsandifo at gcc dot gnu.org
2020-08-05  2:46 ` [Bug target/96342] " yangyang305 at huawei dot com
2020-08-05  8:53 ` rsandifo at gcc dot gnu.org
2020-10-21  8:38 ` yangyang305 at huawei dot com
2020-10-21  8:39 ` yangyang305 at huawei dot com
2020-10-21  8:39 ` yangyang305 at huawei dot com
2020-10-26 16:20 ` rsandifo at gcc dot gnu.org
2020-10-26 16:27 ` rsandifo at gcc dot gnu.org
2020-10-26 16:53 ` rsandifo at gcc dot gnu.org
2020-11-03 16:14 ` cvs-commit at gcc dot gnu.org [this message]
2023-02-08 11:48 ` avieira 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-96342-4-pSKLtJ5Hqh@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).