public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Xi Ruoyao <xry111@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r14-4712] LoongArch: Use fcmp.caf.s instead of movgr2cf for zeroing a fcc
Date: Wed, 18 Oct 2023 08:39:30 +0000 (GMT)	[thread overview]
Message-ID: <20231018083930.AAA333858C30@sourceware.org> (raw)

https://gcc.gnu.org/g:b588dcb77e96d77777eb5647cba9e8f454e314dc

commit r14-4712-gb588dcb77e96d77777eb5647cba9e8f454e314dc
Author: Xi Ruoyao <xry111@xry111.site>
Date:   Tue Oct 17 21:55:05 2023 +0800

    LoongArch: Use fcmp.caf.s instead of movgr2cf for zeroing a fcc
    
    During the review of an LLVM change [1], on LA464 we found that zeroing
    an fcc with fcmp.caf.s is much faster than a movgr2cf from $r0.
    
    [1]: https://github.com/llvm/llvm-project/pull/69300
    
    gcc/ChangeLog:
    
            * config/loongarch/loongarch.md (movfcc): Use fcmp.caf.s for
            zeroing a fcc.

Diff:
---
 gcc/config/loongarch/loongarch.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/loongarch/loongarch.md b/gcc/config/loongarch/loongarch.md
index 3286b0c56ae4..9f5a75390829 100644
--- a/gcc/config/loongarch/loongarch.md
+++ b/gcc/config/loongarch/loongarch.md
@@ -2150,7 +2150,7 @@
   [(set (match_operand:FCC 0 "register_operand" "=z")
 	(const_int 0))]
   ""
-  "movgr2cf\t%0,$r0")
+  "fcmp.caf.s\t%0,$f0,$f0")
 
 ;; Conditional move instructions.

                 reply	other threads:[~2023-10-18  8:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20231018083930.AAA333858C30@sourceware.org \
    --to=xry111@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /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).