From: Chenghui Pan Date: Fri, 3 Nov 2023 09:01:36 +0000 (+0800) Subject: LoongArch: Fix instruction name typo in lsx_vreplgr2vr_ template X-Git-Tag: basepoints/gcc-15~4825 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebc27b06c834bda2eef065435943eed1122049b1;p=thirdparty%2Fgcc.git LoongArch: Fix instruction name typo in lsx_vreplgr2vr_ template gcc/ChangeLog: * config/loongarch/lsx.md: Fix instruction name typo in lsx_vreplgr2vr_ template. --- 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 "#";