public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "jakub at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/99706] [9/10/11 Regression] ICE: maximum number of generated reload insns per insn achieved (90)
Date: Tue, 23 Mar 2021 11:43:06 +0000	[thread overview]
Message-ID: <bug-99706-4-24lvb0deZU@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-99706-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Tried
--- aarch64-simd.md.jj1 2021-03-08 23:40:33.846448416 +0100
+++ aarch64-simd.md     2021-03-23 12:40:51.325018722 +0100
@@ -133,7 +133,7 @@
   [(set (match_operand:VQMOV 0 "nonimmediate_operand"
                "=w, Umn,  m,  w, ?r, ?w, ?r, w")
        (match_operand:VQMOV 1 "general_operand"
-               "m,  Dz, w,  w,  w,  r,  r, Dn"))]
+               "m,  Dz, w,  w,  w,  rk,  rk, Dn"))]
   "TARGET_SIMD
    && (register_operand (operands[0], <MODE>mode)
        || aarch64_simd_reg_or_zero (operands[1], <MODE>mode))"
@@ -1039,7 +1039,7 @@
   [(set (match_operand:VALL_F16 0 "register_operand" "=w,w,w")
        (vec_merge:VALL_F16
            (vec_duplicate:VALL_F16
-               (match_operand:<VEL> 1 "aarch64_simd_general_operand"
"w,?r,Utv"))
+               (match_operand:<VEL> 1 "aarch64_simd_general_operand"
"w,?rk,Utv"))
            (match_operand:VALL_F16 3 "register_operand" "0,0,0")
            (match_operand:SI 2 "immediate_operand" "i,i,i")))]
   "TARGET_SIMD"
but it didn't help.

  parent reply	other threads:[~2021-03-23 11:43 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-22  9:16 [Bug target/99706] New: [11 " asolokha at gmx dot com
2021-03-22  9:23 ` [Bug target/99706] " pinskia at gcc dot gnu.org
2021-03-22  9:33 ` pinskia at gcc dot gnu.org
2021-03-22  9:34 ` asolokha at gmx dot com
2021-03-22 10:16 ` rguenth at gcc dot gnu.org
2021-03-22 19:35 ` jakub at gcc dot gnu.org
2021-03-22 20:04 ` [Bug target/99706] [10/11 " pinskia at gcc dot gnu.org
2021-03-23 10:36 ` [Bug target/99706] [9/10/11 " jakub at gcc dot gnu.org
2021-03-23 11:43 ` jakub at gcc dot gnu.org [this message]
2021-03-23 13:45 ` jakub at gcc dot gnu.org
2021-06-01  8:19 ` [Bug target/99706] [9/10/11/12 " rguenth at gcc dot gnu.org
2022-05-27  9:44 ` [Bug target/99706] [10/11/12/13 " rguenth at gcc dot gnu.org
2022-06-28 10:44 ` jakub at gcc dot gnu.org
2022-10-19  4:02 ` asolokha at gmx dot com
2023-07-07 10:39 ` [Bug target/99706] [11/12/13/14 " rguenth at gcc dot gnu.org
2024-03-11  2:52 ` [Bug target/99706] [11 " law 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-99706-4-24lvb0deZU@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).