https://gcc.gnu.org/g:241891477aab13135aa49e1441abbe6eee44afbb
commit 241891477aab13135aa49e1441abbe6eee44afbb Author: Michael Meissner <meiss...@linux.ibm.com> Date: Wed Jul 3 19:11:18 2024 -0400 Update ChangeLog.* Diff: --- gcc/ChangeLog.tar | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/gcc/ChangeLog.tar b/gcc/ChangeLog.tar index 797d13695e8..058a06886ea 100644 --- a/gcc/ChangeLog.tar +++ b/gcc/ChangeLog.tar @@ -1,3 +1,18 @@ +==================== Branch work171-tar, patch #201 ==================== + +Remove SPR alternatives for move insns. + +2024-07-03 Michael Meissner <meiss...@linux.ibm.com> + + * config/rs6000/rs6000.md (mov<mode>_internal): Remove alternatives for + moving values to/from SPR registers. + (movcc_<mode>): Likewise. + (movsf_hardfloat): Likewise. + (movsd_hardfloat): Likewise. + (mov<mode>_softfloat): Likewise. + (mov<mode>_hardfloat64): Likewise. + (mov<mode>_softfloat64): Likewise. + ==================== Branch work171-tar, patch #200 ==================== Restrict SPR to appropriate integer modes.