Committed, thanks Juzhe. Pan
From: 钟居哲 <[email protected]> Sent: Thursday, August 24, 2023 4:37 PM To: Li, Pan2 <[email protected]>; gcc-patches <[email protected]> Cc: Li, Pan2 <[email protected]>; Wang, Yanzhang <[email protected]>; kito.cheng <[email protected]> Subject: Re: [PATCH v2] RISC-V: Fix one typo in autovec.md pattern comment LGTM ________________________________ [email protected]<mailto:[email protected]> From: pan2.li<mailto:[email protected]> Date: 2023-08-24 16:14 To: gcc-patches<mailto:[email protected]> CC: juzhe.zhong<mailto:[email protected]>; pan2.li<mailto:[email protected]>; yanzhang.wang<mailto:[email protected]>; kito.cheng<mailto:[email protected]> Subject: [PATCH v2] RISC-V: Fix one typo in autovec.md pattern comment From: Pan Li <[email protected]<mailto:[email protected]>> vfmsac => vfnmacc vfmsub => vfnmadd Signed-off-by: Pan Li <[email protected]<mailto:[email protected]>> 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" -- 2.34.1
