https://gcc.gnu.org/g:dce13c51840bc0e4cadb06680a76524a72a3b3e3
commit dce13c51840bc0e4cadb06680a76524a72a3b3e3 Author: Michael Meissner <[email protected]> Date: Fri May 15 11:00:07 2026 -0400 Update ChangeLog.* Diff: --- gcc/ChangeLog.dmf | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog.dmf b/gcc/ChangeLog.dmf index d0aeac838858..2d3b369e8a20 100644 --- a/gcc/ChangeLog.dmf +++ b/gcc/ChangeLog.dmf @@ -5,16 +5,16 @@ Add paddis support. This patch adds support for the paddis instruction that might be added to a future PowerPC processor. -2026-05-12 Michael Meissner <[email protected]> +2026-05-15 Michael Meissner <[email protected]> gcc/ * config/rs6000/constraints.md (eU): New constraint. - (eV): Likewise. * config/rs6000/predicates.md (paddis_operand): New predicate. (paddis_paddi_operand): Likewise. - (add_operand): Add paddis support. - * config/rs6000/rs6000.cc (num_insns_constant_gpr): Add paddis support. + (add_cint_operand): Add paddis support. + (add_operand): Likewise. + * config/rs6000/rs6000.cc (num_insns_constant_gpr): Likewise. (num_insns_constant_multi): Likewise. (print_operand): Add %B<n> for paddis support. * config/rs6000/rs6000.h (TARGET_PADDIS): New macro. @@ -25,11 +25,14 @@ gcc/ (adddi3 splitter): New splitter for paddis. (movdi_internal64): Add paddis support. (movdi splitter): New splitter for paddis. + * doc/md.texi (PowerPC constraints): Add eU documentation. gcc/testsuite/ * gcc.target/powerpc/prefixed-addis.c: New test. +==================== Branch work246-dmf, patch #114 was reverted ==================== + ==================== Branch work246-dmf, patch #113 ==================== Support load/store vector with right length.
