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: Fri, 21 Apr 2023 04:23:56 +0000 (GMT)	[thread overview]
Message-ID: <20230421042356.913AA3858D20@sourceware.org> (raw)

https://gcc.gnu.org/g:4481e35da13348a1acf4d17c2a2f0c018c95cf41

commit 4481e35da13348a1acf4d17c2a2f0c018c95cf41
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Fri Apr 21 00:23:53 2023 -0400

    Update ChangeLog.*

Diff:
---
 gcc/ChangeLog.meissner | 47 ++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 44 insertions(+), 3 deletions(-)

diff --git a/gcc/ChangeLog.meissner b/gcc/ChangeLog.meissner
index 29c73d701dd..156db43a1c1 100644
--- a/gcc/ChangeLog.meissner
+++ b/gcc/ChangeLog.meissner
@@ -1,8 +1,49 @@
+==================== Branch work119, patch #49 ====================
+
+Fold sign or zero extension into vsx_extract from memory with variable element.
+
+This patch folds conversion to floating point of vsx_extract from memory of V4SI
+elements where the element number is constant.  This code optimizes things so it
+will load the integer with LFIWAX or LFIWZX directly into a vector register
+rather than loading it into a GPR and doing a direct move operation.
+
+2023-04-21   Michael Meissner  <meissner@linux.ibm.com>
+
+gcc/
+
+	* config/rs6000/vsx.md (vsx_extract_v4si_var_load_to_<uns><mode>): New
+	insn.
+
+gcc/testsuite/
+
+	* gcc.target/powerpc/vec-extract-mem-int-4.c: New file.
+
+==================== Branch work119, patch #48 ====================
+
+Fold sign or zero convert into variable vsx_extract from memory.
+
+This patch folds sign or zero convert operations into vsx_extract from memory
+where the element number is constant.
+
+2023-04-21   Michael Meissner  <meissner@linux.ibm.com>
+
+gcc/
+
+	* config/rs6000/vsx.md (vsx_extract_<mode>_var_load_to_udi): New insn.
+	(vsx_extract_<mode>_var_load_to_sdi): New insn.
+	(vsx_extract_v8hi_var_load_to_<su>si): New insn.
+
+gcc/testsuite/
+
+	* gcc.target/powerpc/vec-extract-mem-char-2.c: New file.
+	* gcc.target/powerpc/vec-extract-mem-int-3.c: New file.
+	* gcc.target/powerpc/vec-extract-mem-short-2.c: New file.
+
 ==================== Branch work119, patch #47 ====================
 
 Allow vec_extract with variable element number to load vector registers.
 
-2023-04-20   Michael Meissner  <meissner@linux.ibm.com>
+2023-04-21   Michael Meissner  <meissner@linux.ibm.com>
 
 gcc/
 
@@ -17,7 +58,7 @@ Combine variable element vec_extract of V4SF with DF convert.
 This patch adds a combine insn that merges loading up a vec_extract of V4SFmode
 where the element number is variable combined with a conversion to DFmode.
 
-2023-04-20   Michael Meissner  <meissner@linux.ibm.com>
+2023-04-21   Michael Meissner  <meissner@linux.ibm.com>
 
 gcc/
 
@@ -52,7 +93,7 @@ Fold sign or zero convert into vsx_extract from memory.
 This patch folds sign or zero convert operations into vsx_extract from memory
 where the element number is constant.
 
-2023-04-18   Michael Meissner  <meissner@linux.ibm.com>
+2023-04-21   Michael Meissner  <meissner@linux.ibm.com>
 
 gcc/

             reply	other threads:[~2023-04-21  4:23 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-21  4:23 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  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 22:16 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=20230421042356.913AA3858D20@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).