public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Uros Bizjak <ubizjak@gmail.com>
To: Kirill Yukhin <kirill.yukhin@gmail.com>
Cc: Jakub Jelinek <jakub@redhat.com>,
	Richard Biener <rguenther@suse.de>, Jeff Law <law@redhat.com>,
		GCC Patches <gcc-patches@gcc.gnu.org>
Subject: Re: [PATCH, i386] Disable AVX-512VL insns for scalar mode operands on -march=knl.
Date: Thu, 06 Aug 2015 11:13:00 -0000	[thread overview]
Message-ID: <CAFULd4ZcFY-0C2QeaK=FELJZaaNbnXVP298gy+9b_zZNp+J8Cw@mail.gmail.com> (raw)
In-Reply-To: <CAFULd4aN_iYQ8mF0irirew2YgcDpUYQk2CwC_QyOaYJt8Ei+Bw@mail.gmail.com>

On Thu, Aug 6, 2015 at 9:27 AM, Uros Bizjak <ubizjak@gmail.com> wrote:

>> Is it ok to backport the patch to gcc-5-branch?
>
> A minor attribute fix is needed, please update type attribute of
> *vec_concatv2df for added alternatives, also for mainline.

Fixed in mainline with the following patch:

2015-08-06  Uros Bizjak  <ubizjak@gmail.com>

    * config/i386/sse.md (*vec_concatv2df): Declare added
    alternatives as sselog type.

Bootstrapped and regression tested on x86_64-linux-gnu, committed to
mainline SVN.

Uros.

Index: sse.md
===================================================================
--- sse.md      (revision 226670)
+++ sse.md      (working copy)
@@ -8683,7 +8683,7 @@
  [(set_attr "isa"
"sse2_noavx,avx,avx512vl,sse3,avx512vl,sse2_noavx,avx,sse2,noavx,noavx")
   (set (attr "type")
     (if_then_else
-       (eq_attr "alternative" "0,1,2")
+       (eq_attr "alternative" "0,1,2,3,4")
       (const_string "sselog")
       (const_string "ssemov")))
   (set (attr "prefix_data16")

      reply	other threads:[~2015-08-06 11:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-04 11:47 Kirill Yukhin
2015-08-04 12:10 ` Uros Bizjak
2015-08-04 12:31   ` Kirill Yukhin
2015-08-04 12:34     ` Kirill Yukhin
2015-08-05  8:07       ` Kirill Yukhin
2015-08-06  7:27         ` Uros Bizjak
2015-08-06 11:13           ` Uros Bizjak [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='CAFULd4ZcFY-0C2QeaK=FELJZaaNbnXVP298gy+9b_zZNp+J8Cw@mail.gmail.com' \
    --to=ubizjak@gmail.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=jakub@redhat.com \
    --cc=kirill.yukhin@gmail.com \
    --cc=law@redhat.com \
    --cc=rguenther@suse.de \
    /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).