Message ID | 20230824081408.340237-1-pan2.li@intel.com |
---|---|
State | New |
Headers | show |
Series | [v2] RISC-V: Fix one typo in autovec.md pattern comment | expand |
LGTM juzhe.zhong@rivai.ai From: pan2.li Date: 2023-08-24 16:14 To: gcc-patches CC: juzhe.zhong; pan2.li; yanzhang.wang; kito.cheng Subject: [PATCH v2] RISC-V: Fix one typo in autovec.md pattern comment From: Pan Li <pan2.li@intel.com> vfmsac => vfnmacc vfmsub => vfnmadd Signed-off-by: Pan Li <pan2.li@intel.com> gcc/ChangeLog: * config/riscv/autovec.md: Fix typo. --- gcc/config/riscv/autovec.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/config/riscv/autovec.md b/gcc/config/riscv/autovec.md index e1addc07036..e9659b2b157 100644 --- a/gcc/config/riscv/autovec.md +++ b/gcc/config/riscv/autovec.md @@ -1253,11 +1253,11 @@ (define_insn_and_split "*fms<VF:mode><P:mode>" (set_attr "mode" "<VF:MODE>")]) ;; ------------------------------------------------------------------------- -;; ---- [FP] VFMSAC and VFMSUB +;; ---- [FP] VFNMACC and VFNMADD ;; ------------------------------------------------------------------------- ;; Includes: -;; - vfmsac -;; - vfmsub +;; - vfnmacc +;; - vfnmadd ;; ------------------------------------------------------------------------- (define_expand "fnms<mode>4"
Committed, thanks Juzhe.
Pan
From: 钟居哲 <juzhe.zhong@rivai.ai>
Sent: Thursday, August 24, 2023 4:37 PM
To: Li, Pan2 <pan2.li@intel.com>; gcc-patches <gcc-patches@gcc.gnu.org>
Cc: Li, Pan2 <pan2.li@intel.com>; Wang, Yanzhang <yanzhang.wang@intel.com>; kito.cheng <kito.cheng@gmail.com>
Subject: Re: [PATCH v2] RISC-V: Fix one typo in autovec.md pattern comment
LGTM
diff --git a/gcc/config/riscv/autovec.md b/gcc/config/riscv/autovec.md index e1addc07036..e9659b2b157 100644 --- a/gcc/config/riscv/autovec.md +++ b/gcc/config/riscv/autovec.md @@ -1253,11 +1253,11 @@ (define_insn_and_split "*fms<VF:mode><P:mode>" (set_attr "mode" "<VF:MODE>")]) ;; ------------------------------------------------------------------------- -;; ---- [FP] VFMSAC and VFMSUB +;; ---- [FP] VFNMACC and VFNMADD ;; ------------------------------------------------------------------------- ;; Includes: -;; - vfmsac -;; - vfmsub +;; - vfnmacc +;; - vfnmadd ;; ------------------------------------------------------------------------- (define_expand "fnms<mode>4"