From: Kewen Lin Date: Fri, 20 Nov 2020 04:32:18 +0000 (-0600) Subject: rs6000: Fix p8_mtvsrd_df's insn type X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=02109ea26848d04175c7ac55007944128cd227a6;p=gcc.git rs6000: Fix p8_mtvsrd_df's insn type This patch is to fix insn type of p8_mtvsrd_df from mfvsr to mtvsr, in order to align with the other places using mtvsrd. gcc/ChangeLog: * config/rs6000/rs6000.md (p8_mtvsrd_df): Fix insn type. --- diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 5e5ad9f7c3d..7de31cab80b 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -8761,7 +8761,7 @@ UNSPEC_P8V_MTVSRD))] "TARGET_POWERPC64 && TARGET_DIRECT_MOVE" "mtvsrd %x0,%1" - [(set_attr "type" "mfvsr")]) + [(set_attr "type" "mtvsr")]) (define_insn "p8_xxpermdi_" [(set (match_operand:FMOVE128_GPR 0 "register_operand" "=wa")