https://gcc.gnu.org/g:53ad9a5c8d76c1bf98b49ddcb26cb4855dc18cf5
commit 53ad9a5c8d76c1bf98b49ddcb26cb4855dc18cf5 Author: Michael Meissner <[email protected]> Date: Fri May 15 21:10:46 2026 -0400 Update ChangeLog.* Diff: --- gcc/ChangeLog.dmf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog.dmf b/gcc/ChangeLog.dmf index c0c16ef5bd3a..3c0748e0c5fa 100644 --- a/gcc/ChangeLog.dmf +++ b/gcc/ChangeLog.dmf @@ -18,13 +18,14 @@ gcc/ * config/rs6000/rs6000.cc (num_insns_constant_gpr): Likewise. (print_operand): Add %B<n> for paddis support. * config/rs6000/rs6000.h (TARGET_PADDIS): New macro. + (SIGNED_INTEGER_64BIT_P): Likewise. * config/rs6000/rs6000.md (isa attribute): Add paddis support. (enabled attribute); Likewise. (add<mode>3): Likewise. (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. + * doc/md.texi (PowerPC constraints): Add eU and eV documentation. gcc/testsuite/
