public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Lulu Cheng <chenglulu@loongson.cn>
To: Xi Ruoyao <xry111@xry111.site>, gcc-patches@gcc.gnu.org
Cc: Chenghua Xu <xuchenghua@loongson.cn>, Wang Xuerui <i@xen0n.name>
Subject: Re: [PATCH v3] loongarch: fix mulsidi3_64bit instruction
Date: Sun, 10 Jul 2022 09:45:10 +0800	[thread overview]
Message-ID: <c9ac3efa-b131-53ee-d1ad-4c23dbc15198@loongson.cn> (raw)
In-Reply-To: <243f46dcbef8c089e40e3860c50f5cf2f2699af8.camel@xry111.site>


在 2022/7/9 上午10:56, Xi Ruoyao 写道:
> v3: Relax scan-assembler pattern in test case mulw_d_w.c.  It's because
> multiplication is Abelian and the compiler may switch the order of
> operands in the future.
> -- >8 --
>
> (mult (sign_extend:DI rj:SI) (sign_extend:DI rk:SI)) should be
> "mulw.d.w", not "mul.d".
>
> gcc/ChangeLog:
>
> 	* config/loongarch/loongarch.md (mulsidi3_64bit): Use mulw.d.w
> 	instead of mul.d.
>
> gcc/testsuite/ChangeLog:
>
> 	* gcc.target/loongarch/mulw_d_w.c: New test.
> 	* gcc.c-torture/execute/mul-sext.c: New test.
> ---

I think there is no problem with this modification.

Thankes!



  reply	other threads:[~2022-07-10  1:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-08 13:18 [PATCH] " Xi Ruoyao
2022-07-08 13:31 ` [PATCH v2] " Xi Ruoyao
2022-07-09  2:56   ` [PATCH v3] " Xi Ruoyao
2022-07-10  1:45     ` Lulu Cheng [this message]
2022-07-10  3:43       ` Xi Ruoyao

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=c9ac3efa-b131-53ee-d1ad-4c23dbc15198@loongson.cn \
    --to=chenglulu@loongson.cn \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=i@xen0n.name \
    --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).