RE: [PATCH v1] RISC-V: Fix one typo for emit_mode_set.

2023-07-24 Thread Li, Pan2 via Gcc-patches
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寫道:

Re: [PATCH v1] RISC-V: Fix one typo for emit_mode_set.

2023-07-24 Thread Maciej W. Rozycki
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, a

Re: [PATCH v1] RISC-V: Fix one typo for emit_mode_set.

2023-07-03 Thread Kito Cheng via Gcc-patches
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

Re: [PATCH v1] RISC-V: Fix one typo for emit_mode_set.

2023-07-03 Thread juzhe.zh...@rivai.ai
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

[PATCH v1] RISC-V: Fix one typo for emit_mode_set.

2023-07-03 Thread Pan Li via Gcc-patches
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