public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: chenglulu <chenglulu@loongson.cn>
To: Chenghui Pan <panchenghui@loongson.cn>, gcc-patches@gcc.gnu.org
Cc: xry111@xry111.site, i@xen0n.name, xuchenghua@loongson.cn
Subject: Re: [pushed][PATCH v1] LoongArch: Fix instruction name typo in lsx_vreplgr2vr_<lsxfmt_f> template
Date: Fri, 10 Nov 2023 16:46:46 +0800	[thread overview]
Message-ID: <d592de34-8c3c-eef4-0945-32b497cfcf10@loongson.cn> (raw)
In-Reply-To: <20231103090136.1672669-1-panchenghui@loongson.cn>

Pushed to r14-5314.

在 2023/11/3 下午5:01, Chenghui Pan 写道:
> gcc/ChangeLog:
>
> 	* config/loongarch/lsx.md: Fix instruction name typo in
> 	lsx_vreplgr2vr_<lsxfmt_f> 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 4af32c8dfe1..55c7d79a030 100644
> --- a/gcc/config/loongarch/lsx.md
> +++ b/gcc/config/loongarch/lsx.md
> @@ -1523,7 +1523,7 @@ (define_insn "lsx_vreplgr2vr_<lsxfmt_f>"
>     "ISA_HAS_LSX"
>   {
>     if (which_alternative == 1)
> -    return "ldi.<lsxfmt>\t%w0,0";
> +    return "vldi.<lsxfmt>\t%w0,0";
>   
>     if (!TARGET_64BIT && (<MODE>mode == V2DImode || <MODE>mode == V2DFmode))
>       return "#";


      reply	other threads:[~2023-11-10  8:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-03  9:01 [PATCH " Chenghui Pan
2023-11-10  8:46 ` chenglulu [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d592de34-8c3c-eef4-0945-32b497cfcf10@loongson.cn \
    --to=chenglulu@loongson.cn \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=i@xen0n.name \
    --cc=panchenghui@loongson.cn \
    --cc=xry111@xry111.site \
    --cc=xuchenghua@loongson.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).