https://gcc.gnu.org/g:8fb46326644865f374724a3c922eff915a0e83de

commit 8fb46326644865f374724a3c922eff915a0e83de
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 insertion(+)

diff --git a/gcc/config/rs6000/mma.md b/gcc/config/rs6000/mma.md
index d1f12ca829a9..02514b94a2bb 100644
--- a/gcc/config/rs6000/mma.md
+++ b/gcc/config/rs6000/mma.md
@@ -408,6 +408,7 @@
    (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.  */

Reply via email to