Cheng
Cc: juzhe.zh...@rivai.ai; gcc-patches ; jeffreyalaw
; Li, Pan2 ; Wang, Yanzhang
Subject: Re: [PATCH v1] RISC-V: Fix one typo for emit_mode_set.
On Mon, 3 Jul 2023, Kito Cheng via Gcc-patches wrote:
> Lgtm
>
>
> juzhe.zh...@rivai.ai 於 2023年7月3日 週一,19:11寫道:
gcc-patches
> > CC: juzhe.zhong; jeffreyalaw; pan2.li; yanzhang.wang; kito.cheng
> > Subject: [PATCH v1] RISC-V: Fix one typo for emit_mode_set.
> > From: Pan Li
> >
> > This patch would like to fix one typo for scaler[should be scalar] in
> > emit_mode_set, as well as
Lgtm
juzhe.zh...@rivai.ai 於 2023年7月3日 週一,19:11寫道:
> LGTM
>
>
>
> juzhe.zh...@rivai.ai
>
> From: pan2.li
> Date: 2023-07-03 18:57
> To: gcc-patches
> CC: juzhe.zhong; jeffreyalaw; pan2.li; yanzhang.wang; kito.cheng
> Subject: [PATCH v1] RISC-V: Fix one typo
LGTM
juzhe.zh...@rivai.ai
From: pan2.li
Date: 2023-07-03 18:57
To: gcc-patches
CC: juzhe.zhong; jeffreyalaw; pan2.li; yanzhang.wang; kito.cheng
Subject: [PATCH v1] RISC-V: Fix one typo for emit_mode_set.
From: Pan Li
This patch would like to fix one typo for scaler[should be scalar] in
From: Pan Li
This patch would like to fix one typo for scaler[should be scalar] in
emit_mode_set, as well as minor change for mov emit.
Signed-off-by: Pan Li
gcc/ChangeLog:
* config/riscv/riscv.cc (riscv_emit_mode_set): Fix typo.
---
gcc/config/riscv/riscv.cc | 6 +++---
1 file chang