public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jeff Law <jeffreyalaw@gmail.com>
To: Kevin Lee <kevinl@rivosinc.com>, gcc-patches@gcc.gnu.org
Subject: Re: [PATCH v3] vect: Verify that GET_MODE_UNITS is greater than one for vect_grouped_store_supported
Date: Tue, 18 Apr 2023 12:43:55 -0600	[thread overview]
Message-ID: <25b39c5c-5a9c-b1c3-3f3d-82530afaa1f2@gmail.com> (raw)
In-Reply-To: <20230417163856.2253309-1-kevinl@rivosinc.com>



On 4/17/23 10:38, Kevin Lee wrote:
> This patch properly guards gcc_assert (multiple_p (m_full_nelts,
> m_npatterns)) in vec_perm_indices indices (sel, 2, nelt) for VNx1 vectors.
> 
> Based on the feedback from Richard Biener and Richard Sandiford,
> multiple_p has been used instead of maybe_lt to compare nelt with the
> minimum size 2.
> 
> Bootstrap and testing done on x86_64-pc-linux-gnu. Would this be ok for trunk?
> 
> Patch V1: https://gcc.gnu.org/pipermail/gcc-patches/2023-March/614463.html
> Patch V2: https://gcc.gnu.org/pipermail/gcc-patches/2023-March/614700.html
>   
> Kevin Lee <kevinl@rivosinc.com>
> gcc/ChangeLog:
> 
> 	* tree-vect-data-refs.cc (vect_grouped_store_supported): Add new
> condition.
I fixed up the indentation and pushed this to the trunk.

jeff

      parent reply	other threads:[~2023-04-18 18:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-27 16:01 [PATCH v2][RFC] vect: Verify that GET_MODE_NUNITS " Kevin Lee
2023-04-11  9:32 ` Richard Biener
2023-04-11 10:05   ` Richard Sandiford
2023-04-12 15:11     ` Kevin Lee
2023-04-17 16:38       ` [PATCH v3] vect: Verify that GET_MODE_UNITS " Kevin Lee
2023-04-18  6:08         ` Richard Biener
2023-04-18 18:43         ` Jeff Law [this message]

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=25b39c5c-5a9c-b1c3-3f3d-82530afaa1f2@gmail.com \
    --to=jeffreyalaw@gmail.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=kevinl@rivosinc.com \
    /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).