public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "crazylht at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/106994] [13 Regression] ICE in extract_insn, at recog.cc:2791 since r13-2730-gd0c73b6c85677e67
Date: Wed, 21 Sep 2022 08:02:44 +0000	[thread overview]
Message-ID: <bug-106994-4-6eh1yWQ5Bx@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-106994-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #1 from Hongtao.liu <crazylht at gmail dot com> ---
(define_expand "floorv2sf2"
  [(set (match_operand:V2SF 0 "register_operand")
        (unspec:V2SF
          [(match_operand:V2SF 1 "vector_operand")
           (match_dup 2)]
          UNSPEC_ROUND))]
  "TARGET_SSE4_1 && !flag_trapping_math
  && TARGET_MMX_WITH_SSE"
  "operands[2] = GEN_INT (ROUND_FLOOR | ROUND_NO_EXC);")

Uoops, it should be register_operand for 1, not vector_operand, I must forget
to change this one.

  parent reply	other threads:[~2022-09-21  8:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-21  7:54 [Bug target/106994] New: " marxin at gcc dot gnu.org
2022-09-21  7:54 ` [Bug target/106994] [13 Regression] " marxin at gcc dot gnu.org
2022-09-21  8:02 ` crazylht at gmail dot com [this message]
2022-09-21  8:19 ` crazylht at gmail dot com
2022-09-22  6:03 ` cvs-commit at gcc dot gnu.org
2022-09-22  6:05 ` crazylht at gmail dot com
2022-09-22  6:47 ` rguenth 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-106994-4-6eh1yWQ5Bx@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).