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/work119)] Update ChangeLog.*
Date: Tue, 18 Apr 2023 22:16:36 +0000 (GMT)	[thread overview]
Message-ID: <20230418221636.8071E3858D1E@sourceware.org> (raw)

https://gcc.gnu.org/g:2c37d93bf15ae8f5b0bcfe7c91108d5ff262d2f1

commit 2c37d93bf15ae8f5b0bcfe7c91108d5ff262d2f1
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Tue Apr 18 18:16:33 2023 -0400

    Update ChangeLog.*

Diff:
---
 gcc/ChangeLog.meissner | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog.meissner b/gcc/ChangeLog.meissner
index 88bdd55c470..8fff1cb0c00 100644
--- a/gcc/ChangeLog.meissner
+++ b/gcc/ChangeLog.meissner
@@ -1,4 +1,26 @@
-==================== Branch work119, patch #21 ====================
+==================== Branch work119, patch #23 ====================
+
+Optimize V8HI/V16QI vec_extract from memory with constant element number
+
+This patch adds combiner insns to fold in conversion to DImode from vec_extract
+of a V8HI or V16QI variable with constant element number.  With this patch, GCC
+will directly emit LHA, LHZ, or LBZ without needing an instruction to do the
+sign or zero extension.
+
+
+2023-04-18   Michael Meissner  <meissner@linux.ibm.com>
+
+gcc/
+
+	* config/rs6000/vsx.md (vsx_extract_<mode>_load_to_udi): New insn.
+	(sx_extract_v8hi_load_to_sd): New insn.
+
+gcc/testsuite/
+
+	* gcc.target/powerpc/vec-extract-mem-char-1.c: New file.
+	* gcc.target/powerpc/vec-extract-mem-short-1.c: New file.
+
+==================== Branch work119, patch #22 ====================
 
 Add float/double conversions fro V4SI vec_extract

             reply	other threads:[~2023-04-18 22:16 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-18 22:16 Michael Meissner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-04-24 23:01 Michael Meissner
2023-04-22  0:58 Michael Meissner
2023-04-21 23:33 Michael Meissner
2023-04-21 23:08 Michael Meissner
2023-04-21 23:06 Michael Meissner
2023-04-21 22:02 Michael Meissner
2023-04-21 15:23 Michael Meissner
2023-04-21  4:23 Michael Meissner
2023-04-21  2:57 Michael Meissner
2023-04-20 20:48 Michael Meissner
2023-04-20 19:42 Michael Meissner
2023-04-19 22:09 Michael Meissner
2023-04-18  5:45 Michael Meissner
2023-04-17 20:02 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=20230418221636.8071E3858D1E@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).