public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Michael Meissner <meissner@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/users/meissner/heads/work055)] Revert patch.
Date: Wed,  9 Jun 2021 17:48:22 +0000 (GMT)	[thread overview]
Message-ID: <20210609174822.530BE39A4405@sourceware.org> (raw)

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

commit c7b5510003c3834360dc842e5ffadf57678981e9
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Wed Jun 9 13:47:52 2021 -0400

    Revert patch.
    
    gcc/
    2021-06-09  Michael Meissner  <meissner@linux.ibm.com>
    
            Revert patch.
            PR target/99293
            * config/rs6000/vsx.md (vsx_splat_extract_<mode): New insn.

Diff:
---
 gcc/config/rs6000/vsx.md | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/gcc/config/rs6000/vsx.md b/gcc/config/rs6000/vsx.md
index 008ffbe5366..bc708113865 100644
--- a/gcc/config/rs6000/vsx.md
+++ b/gcc/config/rs6000/vsx.md
@@ -4515,24 +4515,6 @@
   "lxvdsx %x0,%y1"
   [(set_attr "type" "vecload")])
 
-;; Optimize SPLAT of an extract from a V2DF/V2DI vector with a constant element
-(define_insn "*vsx_splat_extract_<mode>"
-  [(set (match_operand:VSX_D 0 "vsx_register_operand" "=wa")
-	(vec_duplicate:VSX_D
-	 (vec_select:<VS_scalar>
-	  (match_operand:VSX_D 1 "vsx_register_operand" "wa")
-	  (parallel [(match_operand 2 "const_0_to_1_operand" "n")]))))]
-  "VECTOR_MEM_VSX_P (<MODE>mode)"
-{
-  int which_word = INTVAL (operands[2]);
-  if (!BYTES_BIG_ENDIAN)
-    which_word = 1 - which_word;
-
-  operands[3] = GEN_INT (which_word ? 3 : 0);
-  return "xxpermdi %x0,%x1,%x1,%3";
-}
-  [(set_attr "type" "vecperm")])
-
 ;; V4SI splat support
 (define_insn "vsx_splat_v4si"
   [(set (match_operand:V4SI 0 "vsx_register_operand" "=we,we")


             reply	other threads:[~2021-06-09 17:48 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-09 17:48 Michael Meissner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-06-11 22:58 Michael Meissner
2021-06-11 22:17 Michael Meissner
2021-06-10 22:51 Michael Meissner
2021-06-10 20:35 Michael Meissner
2021-06-10 17:03 Michael Meissner
2021-06-09 15:45 Michael Meissner
2021-06-09  6:04 Michael Meissner
2021-06-09  5:36 Michael Meissner
2021-06-09  5:32 Michael Meissner
2021-06-09  5:28 Michael Meissner
2021-06-08  4:10 Michael Meissner
2021-06-08  3:46 Michael Meissner
2021-06-08  2:58 Michael Meissner
2021-06-08  1:04 Michael Meissner

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=20210609174822.530BE39A4405@sourceware.org \
    --to=meissner@gcc.gnu.org \
    --cc=gcc-cvs@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).