public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/riscv/heads/gcc-13-with-riscv-opts)] RISC-V: Fix one typo of FRM dynamic definition
@ 2023-07-14  5:01 Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2023-07-14  5:01 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:0f1b0139245edeed7beef6e387cb9e1ac38bcb70

commit 0f1b0139245edeed7beef6e387cb9e1ac38bcb70
Author: Pan Li <pan2.li@intel.com>
Date:   Mon Jul 3 15:59:03 2023 +0800

    RISC-V: Fix one typo of FRM dynamic definition
    
    This patch would like to fix one typo that take rdn instead of dyn by
    mistake.
    
    Signed-off-by: Pan Li <pan2.li@intel.com>
    
    gcc/ChangeLog:
    
            * config/riscv/vector.md: Fix typo.
    
    (cherry picked from commit f58819c9aabfe23fa0e6ba422b39a00a980f991e)

Diff:
---
 gcc/config/riscv/vector.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/config/riscv/vector.md b/gcc/config/riscv/vector.md
index 9df40e44113..5b7a17b9d34 100644
--- a/gcc/config/riscv/vector.md
+++ b/gcc/config/riscv/vector.md
@@ -496,8 +496,8 @@
 	  (match_test "INTVAL (operands[9]) == riscv_vector::FRM_RMM")
 	  (const_string "rmm")
 
-	  (match_test "INTVAL (operands[9]) == riscv_vector::FRM_RDN")
-	  (const_string "rdn")
+	  (match_test "INTVAL (operands[9]) == riscv_vector::FRM_DYN")
+	  (const_string "dyn")
 	]
 	(const_string "none")
       )

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gcc(refs/vendors/riscv/heads/gcc-13-with-riscv-opts)] RISC-V: Fix one typo of FRM dynamic definition
@ 2023-07-14  4:59 Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2023-07-14  4:59 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:17c2a662bab469005af35a3ef3e643b4ad4f727f

commit 17c2a662bab469005af35a3ef3e643b4ad4f727f
Author: Pan Li <pan2.li@intel.com>
Date:   Mon Jul 3 15:59:03 2023 +0800

    RISC-V: Fix one typo of FRM dynamic definition
    
    This patch would like to fix one typo that take rdn instead of dyn by
    mistake.
    
    Signed-off-by: Pan Li <pan2.li@intel.com>
    
    gcc/ChangeLog:
    
            * config/riscv/vector.md: Fix typo.
    
    (cherry picked from commit 3d95a524d4746ceb3065f92f30a5679afb88d16a)

Diff:
---
 gcc/config/riscv/vector.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/config/riscv/vector.md b/gcc/config/riscv/vector.md
index a6174f9483e..2864475b35a 100644
--- a/gcc/config/riscv/vector.md
+++ b/gcc/config/riscv/vector.md
@@ -491,8 +491,8 @@
 	  (match_test "INTVAL (operands[9]) == riscv_vector::FRM_RMM")
 	  (const_string "rmm")
 
-	  (match_test "INTVAL (operands[9]) == riscv_vector::FRM_RDN")
-	  (const_string "rdn")
+	  (match_test "INTVAL (operands[9]) == riscv_vector::FRM_DYN")
+	  (const_string "dyn")
 	]
 	(const_string "none")
       )

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-14  5:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-14  5:01 [gcc(refs/vendors/riscv/heads/gcc-13-with-riscv-opts)] RISC-V: Fix one typo of FRM dynamic definition Jeff Law
  -- strict thread matches above, loose matches on Subject: below --
2023-07-14  4:59 Jeff Law

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).