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/work144-vsize)] Update ChangeLog.* Date: Thu, 16 Nov 2023 03:15:38 +0000 (GMT) [thread overview] Message-ID: <20231116031538.26A2F3858D20@sourceware.org> (raw) https://gcc.gnu.org/g:55e3891c42525abce91997bc5ddaf8a4e60cf6af commit 55e3891c42525abce91997bc5ddaf8a4e60cf6af Author: Michael Meissner <meissner@linux.ibm.com> Date: Wed Nov 15 22:15:34 2023 -0500 Update ChangeLog.* Diff: --- gcc/ChangeLog.vsize | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gcc/ChangeLog.vsize b/gcc/ChangeLog.vsize index 012fd9fbcee..0295ec922e7 100644 --- a/gcc/ChangeLog.vsize +++ b/gcc/ChangeLog.vsize @@ -1,3 +1,31 @@ +==================== Branch work144-vsize, patch #405 ==================== + +Add vpair assemble, splat support. + +2023-11-15 Michael Meissner <meissner@linux.ibm.com> + +gcc/ + + * config/rs6000/predicates.md (mma_assemble_input_operand): Allow all + 16-byte vector types. Also allow constants that are easy to generate. + * config/rs6000/rs6000.cc (rs6000_expand_vector_init): Add support for + splatting vector pair types. + * config/rs6000/vector-pair.md (UNSPEC_VPAIR_ASSEMBLE): New unspec. + (UNSPEC_VPAIR_SPLAT): Likewise. + (vpair_vector_l): Rename from vpair_vector. + (VPAIR_ELEMENT): New mode attribute. + (vpair_element_l): Likewise. + (mov<mode>): Add alternative for zeroing the vector pair. + (vpair_assemble_<mode>): New insn. + (vpair_splat_<mode>): Likewise. + (<vpair_op><mode>2): Rename vpair_vector to vpair_vector_l. + (nabs<mode>2): Likewise. + (vpair_op><mode3): Likewise. + (fma<mode>4): Likewise. + (fms<mode>4): Likewise. + (nfma<mode>4): Likewise. + (nfms<mode>4): Likewise. + ==================== Branch work144-vsize, patch #404 ==================== Delete vector pair integer support.
next reply other threads:[~2023-11-16 3:15 UTC|newest] Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top 2023-11-16 3:15 Michael Meissner [this message] -- strict thread matches above, loose matches on Subject: below -- 2023-11-17 16:23 Michael Meissner 2023-11-17 3:46 Michael Meissner 2023-11-17 2:55 Michael Meissner 2023-11-16 22:38 Michael Meissner 2023-11-16 22:23 Michael Meissner 2023-11-16 22:02 Michael Meissner 2023-11-16 20:16 Michael Meissner 2023-11-16 17:47 Michael Meissner 2023-11-16 7:17 Michael Meissner 2023-11-16 0:43 Michael Meissner 2023-11-15 19:58 Michael Meissner 2023-11-15 19:35 Michael Meissner 2023-11-15 18:35 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=20231116031538.26A2F3858D20@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: linkBe 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).