public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "ktkachov at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/99437] [11 Regression] Error: immediate value out of range 1 to 8 at operand 3 -- `shrn v1.8b,v1.8h,15'
Date: Sun, 07 Mar 2021 14:04:55 +0000	[thread overview]
Message-ID: <bug-99437-4-K11pQD6uRG@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-99437-4@http.gcc.gnu.org/bugzilla/>

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

ktkachov at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1
           Assignee|unassigned at gcc dot gnu.org      |ktkachov at gcc dot gnu.org
                 CC|                            |ktkachov at gcc dot gnu.org
             Status|NEW                         |ASSIGNED

--- Comment #4 from ktkachov at gcc dot gnu.org ---
Confirmed:
#include <arm_neon.h>

uint8x16_t
foo (uint16x8_t a, uint8x8_t b)
{
  return vcombine_u8 (vmovn_u16 (vshrq_n_u16 (a, 9)), b);
}

Testing a patch.

  parent reply	other threads:[~2021-03-07 14:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-06 23:09 [Bug target/99437] New: " raj.khem at gmail dot com
2021-03-06 23:13 ` [Bug target/99437] " raj.khem at gmail dot com
2021-03-07  0:07 ` [Bug target/99437] [11 Regression] " pinskia at gcc dot gnu.org
2021-03-07  0:29 ` pinskia at gcc dot gnu.org
2021-03-07 14:04 ` ktkachov at gcc dot gnu.org [this message]
2021-03-08 15:06 ` cvs-commit at gcc dot gnu.org
2021-03-08 18:57 ` raj.khem at gmail 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-99437-4-K11pQD6uRG@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).