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: Sat, 22 Apr 2023 00:58:50 +0000 (GMT)	[thread overview]
Message-ID: <20230422005850.B3B5F3857736@sourceware.org> (raw)

https://gcc.gnu.org/g:8ca5b658578bbfa9012f57884608b3bceb4124cd

commit 8ca5b658578bbfa9012f57884608b3bceb4124cd
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Fri Apr 21 20:58:46 2023 -0400

    Update ChangeLog.*

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

diff --git a/gcc/ChangeLog.meissner b/gcc/ChangeLog.meissner
index 30b1619c5f2..0d54f525348 100644
--- a/gcc/ChangeLog.meissner
+++ b/gcc/ChangeLog.meissner
@@ -1,3 +1,71 @@
+==================== Branch work119, patch #62 ====================
+
+Add vec_extract test cases.
+
+This patch adds test cases to verify that the vec_extract optimizations in
+include sign/zero extension with the load are generating code.
+
+2023-04-21   Michael Meissner  <meissner@linux.ibm.com>
+
+gcc/testsuite/
+
+	* gcc.target/powerpc/vec-extract-mem-char-1.c: New test.
+	* gcc.target/powerpc/vec-extract-mem-int-1.c: New test.
+	* gcc.target/powerpc/vec-extract-mem-short-1.c: New test.
+
+
+==================== Branch work119, patch #62 ====================
+
+Fold V16QI vsx_extract from memory with constant element with zero extension.
+
+This patch folds V16QI vsx_extract from memory where the element number is
+constant with zero extension to SImode/DImode.
+
+2023-04-21   Michael Meissner  <meissner@linux.ibm.com>
+
+gcc/
+
+	* config/rs6000/vsx.md (vsx_extract_v16qi_load_to_u<mode>): New insn.
+
+==================== Branch work119, patch #62 ====================
+
+Fold V8HI vsx_extract from memory with constant element with sign/zero extension.
+
+This patch folds V8HI vsx_extract from memory where the element number is
+constant with sign or zero extension to SImode/DImode.
+
+2023-04-21   Michael Meissner  <meissner@linux.ibm.com>
+
+gcc/
+
+	* config/rs6000/vsx.md (vsx_extract_v8hi_load_to_<su><mode>): New insn.
+
+==================== Branch work119, patch #62 ====================
+
+Fold V4SI sign or zero extension into vsx_extract from memory with constant element.
+
+This patch folds V4SI vsx_extract from memory where the element number is
+constant with sign or zero extension to DImode.
+
+2023-04-21   Michael Meissner  <meissner@linux.ibm.com>
+
+gcc/
+
+	* config/rs6000/vsx.md (vsx_extract_v4si_load_to_<su>di): New insn.
+
+==================== Branch work119, patch #62 ====================
+
+Allow integer vec_extract to load vector registers.
+
+2023-04-21   Michael Meissner  <meissner@linux.ibm.com>
+
+gcc/
+
+	* config/rs6000/vsx.md (VSX_EX_ISA): New mode attribute
+	(vsx_extract_<mode>_load): Allow vec_extract of integer types with a
+	constant element number to load into vector registers.  Don't require a
+	base register temporary if the element number is 0.
+
 ==================== Branch work119, patch #61 ====================
 
 Combine vec_extract of V4SF with DF convert with variable element.

             reply	other threads:[~2023-04-22  0:58 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-22  0:58 Michael Meissner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-04-24 23:01 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 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=20230422005850.B3B5F3857736@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).