From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1005) id 03DF53951C83; Tue, 13 Apr 2021 22:19:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 03DF53951C83 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/work047)] Update ChangeLog.meissner. X-Act-Checkin: gcc X-Git-Author: Michael Meissner X-Git-Refname: refs/users/meissner/heads/work047 X-Git-Oldrev: 92fc42ea0d4f2ff7c4be57634110885e1bfdf0c2 X-Git-Newrev: b75435a274bcbd4d2130cbfce8f6a42fb236ca46 Message-Id: <20210413221908.03DF53951C83@sourceware.org> Date: Tue, 13 Apr 2021 22:19:07 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2021 22:19:08 -0000 https://gcc.gnu.org/g:b75435a274bcbd4d2130cbfce8f6a42fb236ca46 commit b75435a274bcbd4d2130cbfce8f6a42fb236ca46 Author: Michael Meissner Date: Tue Apr 13 18:18:45 2021 -0400 Update ChangeLog.meissner. gcc/ 2021-04-13 Michael Meissner * ChangeLog.meissner: Update. Diff: --- gcc/ChangeLog.meissner | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog.meissner b/gcc/ChangeLog.meissner index fc0a066b6db..33928740e51 100644 --- a/gcc/ChangeLog.meissner +++ b/gcc/ChangeLog.meissner @@ -1,10 +1,26 @@ +work047.patch019: +2021-04-13 Michael Meissner + + * config/rs6000/altivec.md (UNSPEC_XXBLEND): Move to vsx.md. + (VM3): Move to vsx.md and rename to VBLEND. + (VM3_char): Move to vsx.md and rename to VBLEND_char. + (xxblend_): Move to vsx.md. + * config/rs6000/vsx.md (UNSPEC_XXEVAL): Move from altivec.md. + (VBLEND): Move from altivec.md and rename VM3 to VBLEND. + (VBLEND_char): Move from altivec.md and rename VM3_char to + VBLEND_char. + (xxblend_): Move from altivec.md. Use vsx_register_operand + instead of register operand. Change the insn type from vecsimple + to vecperm. + work047.patch018: 2021-04-13 Michael Meissner * config/rs6000/altivec.md (UNSPEC_XXEVAL): Move to vsx.md. (xxeval): Move to vsx.md. * config/rs6000/vsx.md (UNSPEC_XXEVAL): Move from altivec.md. - (xxeval): Move from altivec.md. + (xxeval): Move from altivec.md. Change altivec_register_operand + to vsx_register_operand. Change insn type to vecperm. work047.patch017: 2021-04-13 Michael Meissner @@ -13,8 +29,12 @@ work047.patch017: (xxpermx): Move to vsx.md. (xxpermx_inst): Move to vsx.md. * config/rs6000/vsx.md (UNSPEC_XXPERMX): Move from altivec.md. - (xxpermx): Move from altivec.md. - (xxpermx_inst): Move from altivec.md. + (xxpermx): Move from altivec.md. Use vsx_register_operand + instead of register_operand. Remove setting the insn attribute + "type" on the expander. + (xxpermx_inst): Move from altivec.md. Use vsx_register_operand + instead of register_operand. Change the constraint from "v" to + "wa" to match the instruction. Change insn type to vecperm. work047.patch016: 2021-04-13 Michael Meissner