https://gcc.gnu.org/g:392387c33c773e5c5eb2bbdbc4307a3df9ed9687
commit 392387c33c773e5c5eb2bbdbc4307a3df9ed9687 Author: Michael Meissner <[email protected]> Date: Tue Mar 3 17:38:19 2026 -0500 MMA+: Remove unneeded vsx_assemble_pair define_expand 2026-03-03 Peter Bergner <[email protected]> gcc/ * config/rs6000/mma.md: Remove unneeded vsx_assemble_pair define_expand Diff: --- gcc/config/rs6000/mma.md | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/config/rs6000/mma.md b/gcc/config/rs6000/mma.md index 02514b94a2bb..d1f12ca829a9 100644 --- a/gcc/config/rs6000/mma.md +++ b/gcc/config/rs6000/mma.md @@ -408,7 +408,6 @@ (set_attr "length" "*,*,16,*,*,*") (set_attr "max_prefixed_insns" "2,2,*,*,*,*")]) ->>>>>>> 2a3e136a743 (MMA+: Remove unneeded vsx_assemble_pair define_expand) ;; We cannot update the two output registers atomically, so mark the output ;; as an early clobber so we don't accidentally clobber the input operands. */
