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/96144] [11 Regression] ICE in extract_insn, at recog.c:2294 since r11-1970-gfab263ab0fc10ea0
Date: Fri, 10 Jul 2020 11:33:39 +0000	[thread overview]
Message-ID: <bug-96144-4-5dUK6O9Lnk@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-96144-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by H.J. Lu <hjl@gcc.gnu.org>:

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

commit r11-2013-ga6645a826f58b68f68dff30e6e6e78542099d0cc
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu Jul 9 14:56:48 2020 -0700

    x86: Check TARGET_AVX512VL when enabling FMA

    Check TARGET_AVX512VL when enabling FMA to avoid

    gcc.target/i386/avx512er-vrsqrt28ps-3.c:25:1: error: unrecognizable insn:
    (insn 29 28 30 6 (set (reg:V8SF 108)
            (fma:V8SF (reg:V8SF 106)
                (reg:V8SF 105)
                (reg:V8SF 110)))

    when TARGET_AVX512VL isn't enabled.

            PR target/96144
            * config/i386/i386-expand.c (ix86_emit_swsqrtsf): Check
            TARGET_AVX512VL when enabling FMA.

  parent reply	other threads:[~2020-07-10 11:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-10  7:28 [Bug target/96144] New: " marxin at gcc dot gnu.org
2020-07-10  7:28 ` [Bug target/96144] " marxin at gcc dot gnu.org
2020-07-10  7:29 ` rguenth at gcc dot gnu.org
2020-07-10  8:51 ` rguenth at gcc dot gnu.org
2020-07-10 11:06 ` hjl.tools at gmail dot com
2020-07-10 11:33 ` cvs-commit at gcc dot gnu.org [this message]
2020-07-10 11:34 ` hjl.tools 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-96144-4-5dUK6O9Lnk@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).