From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1005) id 8E98F3858D32; Mon, 24 Apr 2023 23:01:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8E98F3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682377290; bh=WWcsu0RzCC7gZ0ARGziVbB75lofZsVxA6pwOAwukGPI=; h=From:To:Subject:Date:From; b=K8+DnHlGcQ1Fw2aYAtkFguh6tLpcAyDHA4AEd3Rebje5/ZP3AeQ4JjxwqqCEFROiJ x8fvX8FZqebUm0UkN6ehQNoWIEruYbLoV3QaJfKrd1kokBpp3hoU+7hMVHKMU8nMWb ckt9NkU8Ni/bNmYdM0oW9hGHuZo97HzfX+5EGP2s= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Michael Meissner To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/users/meissner/heads/work119)] Update ChangeLog.* X-Act-Checkin: gcc X-Git-Author: Michael Meissner X-Git-Refname: refs/users/meissner/heads/work119 X-Git-Oldrev: 2949dcf321ce4ba8ad6ac9d3a6e994b122d9c82b X-Git-Newrev: cdebb718826139a742b3d1161f72ce14fd2c7977 Message-Id: <20230424230130.8E98F3858D32@sourceware.org> Date: Mon, 24 Apr 2023 23:01:30 +0000 (GMT) List-Id: https://gcc.gnu.org/g:cdebb718826139a742b3d1161f72ce14fd2c7977 commit cdebb718826139a742b3d1161f72ce14fd2c7977 Author: Michael Meissner Date: Mon Apr 24 19:01:27 2023 -0400 Update ChangeLog.* Diff: --- gcc/ChangeLog.meissner | 68 ++++++++------------------------------------------ 1 file changed, 11 insertions(+), 57 deletions(-) diff --git a/gcc/ChangeLog.meissner b/gcc/ChangeLog.meissner index 0d54f525348..a31fb05b750 100644 --- a/gcc/ChangeLog.meissner +++ b/gcc/ChangeLog.meissner @@ -1,70 +1,24 @@ -==================== Branch work119, patch #62 ==================== +==================== Branch work119, patch #72 was reverted ==================== -Add vec_extract test cases. +==================== Branch work119, patch #71 was reverted ==================== -This patch adds test cases to verify that the vec_extract optimizations in -include sign/zero extension with the load are generating code. +==================== Branch work119, patch #70 was reverted ==================== -2023-04-21 Michael Meissner - -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 #69 was reverted ==================== +==================== Branch work119, patch #68 was reverted ==================== -==================== Branch work119, patch #62 ==================== +==================== Branch work119, patch #67 was reverted ==================== -Fold V16QI vsx_extract from memory with constant element with zero extension. +==================== Branch work119, patch #66 was reverted ==================== -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 - -gcc/ +==================== Branch work119, patch #65 was reverted ==================== - * config/rs6000/vsx.md (vsx_extract_v16qi_load_to_u): 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 - -gcc/ +==================== Branch work119, patch #64 was reverted ==================== - * config/rs6000/vsx.md (vsx_extract_v8hi_load_to_): 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 - -gcc/ - - * config/rs6000/vsx.md (vsx_extract_v4si_load_to_di): New insn. - -==================== Branch work119, patch #62 ==================== - -Allow integer vec_extract to load vector registers. - -2023-04-21 Michael Meissner - -gcc/ +==================== Branch work119, patch #63 was reverted ==================== - * config/rs6000/vsx.md (VSX_EX_ISA): New mode attribute - (vsx_extract__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 #62 was reverted ==================== ==================== Branch work119, patch #61 ====================