From ebc27b06c834bda2eef065435943eed1122049b1 Mon Sep 17 00:00:00 2001 From: Chenghui Pan Date: Fri, 3 Nov 2023 17:01:36 +0800 Subject: [PATCH] LoongArch: Fix instruction name typo in lsx_vreplgr2vr_ template gcc/ChangeLog: * config/loongarch/lsx.md: Fix instruction name typo in lsx_vreplgr2vr_ template. --- gcc/config/loongarch/lsx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/loongarch/lsx.md b/gcc/config/loongarch/lsx.md index 4af32c8dfe17..55c7d79a030c 100644 --- a/gcc/config/loongarch/lsx.md +++ b/gcc/config/loongarch/lsx.md @@ -1523,7 +1523,7 @@ "ISA_HAS_LSX" { if (which_alternative == 1) - return "ldi.\t%w0,0"; + return "vldi.\t%w0,0"; if (!TARGET_64BIT && (mode == V2DImode || mode == V2DFmode)) return "#"; -- 2.47.3