Re:Re: [PATCH v4] RISC-V: Adds the prefix "th." for the instructions of XTheadVector.

2024-01-09 Thread joshua
> 发件人:Kito Cheng > 发送时间:2024年1月8日(星期一) 11:06 > 收件人:joshua > 抄 送:"juzhe.zh...@rivai.ai"; > jeffreyalaw; "gcc-patches"; > Jim Wilson; palmer; > andrew; "philipp.tomsich"; > "christoph.muellner"

Re: Re: [PATCH v4] RISC-V: Adds the prefix "th." for the instructions of XTheadVector.

2024-01-09 Thread 钟居哲
v4] RISC-V: Adds the prefix "th." for the instructions of XTheadVector. On 1/8/24 16:04, 钟居哲 wrote: > This patch looks ok from myside. Likewise. So I think the only question for this specific patch is whether or not it makes sense to include it now or wait for more of the thead

Re: [PATCH v4] RISC-V: Adds the prefix "th." for the instructions of XTheadVector.

2024-01-09 Thread Jeff Law
On 1/8/24 16:04, 钟居哲 wrote: This patch looks ok from myside. Likewise. So I think the only question for this specific patch is whether or not it makes sense to include it now or wait for more of the thead bits to get to acceptance. I tend to think it should wait since I don't think it ha

Re: [PATCH v4] RISC-V: Adds the prefix "th." for the instructions of XTheadVector.

2024-01-08 Thread 钟居哲
prefix "th." for the instructions of XTheadVector. This patch adds th. prefix to all XTheadVector instructions by implementing new assembly output functions. We only check the prefix is 'v', so that no extra attribute is needed. gcc/ChangeLog: * config/

Re: [PATCH v4] RISC-V: Adds the prefix "th." for the instructions of XTheadVector.

2024-01-07 Thread juzhe.zhong
for GCC 14? -- 发件人:Kito Cheng 发送时间:2024年1月8日(星期一) 11:06 收件人:joshua 抄 送:"juzhe.zh...@rivai.ai"; jeffreyalaw; "gcc-patches"; Jim Wilson; palmer; andrew; "philipp.tomsich"; "christoph.muellner"; jinma; "cooper.qu" 主 题:Re: Re: [PATCH v4] RISC-V: Adds t

Re: Re: [PATCH v4] RISC-V: Adds the prefix "th." for the instructions of XTheadVector.

2024-01-07 Thread Kito Cheng
juzhe.zh...@rivai.ai"; > jeffreyalaw; "gcc-patches"; > Jim Wilson; palmer; > andrew; "philipp.tomsich"; > "christoph.muellner"; > jinma; "cooper.qu" > 主 题:Re: Re: [PATCH v4] RISC-V: Adds the prefix "th." for the instructions

Re:Re: [PATCH v4] RISC-V: Adds the prefix "th." for the instructions of XTheadVector.

2024-01-07 Thread joshua
Jim Wilson; palmer; andrew; "philipp.tomsich"; "christoph.muellner"; jinma; "cooper.qu" 主 题:Re: Re: [PATCH v4] RISC-V: Adds the prefix "th." for the instructions of XTheadVector. I am ok with merging this for GCC 14, as we discussed several times in the RIS

Re: Re: [PATCH v4] RISC-V: Adds the prefix "th." for the instructions of XTheadVector.

2024-01-07 Thread Kito Cheng
eview arch stuff. This needs kito. > > > Besides, Andrew Pinski want us defer theadvector to GCC-15. > > > I have no strong opinion here. > > > juzhe.zh...@rivai.ai > > > 发件人: joshua > 发送时间: 2024-01-04 17:15 > 收件人: 钟居哲; Jeff Law; gcc-patches > 抄送: jim.wilson.g

Re:Re: [PATCH v4] RISC-V: Adds the prefix "th." for the instructions of XTheadVector.

2024-01-07 Thread joshua
t. Joshua -- 发件人:juzhe.zh...@rivai.ai 发送时间:2024年1月4日(星期四) 17:18 收件人:"cooper.joshua"; jeffreyalaw; "gcc-patches" 抄 送:Jim Wilson; palmer; andrew; "philipp.tomsich"; "christoph.muellner"; jinma; "cooper.qu" 主 题:Re: Re: [PATCH v4] RISC-V: Adds th

Re: Re: [PATCH v4] RISC-V: Adds the prefix "th." for the instructions of XTheadVector.

2024-01-04 Thread Christoph Müllner
居哲; Jeff Law; gcc-patches > 抄送: jim.wilson.gcc; palmer; andrew; philipp.tomsich; Christoph Müllner; > jinma; Cooper Qu > 主题: Re:Re: [PATCH v4] RISC-V: Adds the prefix "th." for the instructions of > XTheadVector. > Hi Juzhe, > > So is the following patch that this pa

Re: Re: [PATCH v4] RISC-V: Adds the prefix "th." for the instructions of XTheadVector.

2024-01-04 Thread juzhe.zh...@rivai.ai
: jim.wilson.gcc; palmer; andrew; philipp.tomsich; Christoph Müllner; jinma; Cooper Qu 主题: Re:Re: [PATCH v4] RISC-V: Adds the prefix "th." for the instructions of XTheadVector. Hi Juzhe, So is the following patch that this patch relies on OK to commit? https://gcc.gnu.org/pipermail/gcc-pa

Re:Re: [PATCH v4] RISC-V: Adds the prefix "th." for the instructions of XTheadVector.

2024-01-04 Thread joshua
ot;; "gcc-patches" 抄 送:"jim.wilson.gcc"; palmer; andrew; "philipp.tomsich"; "Christoph Müllner"; jinma; Cooper Qu 主 题:Re: Re: [PATCH v4] RISC-V: Adds the prefix "th." for the instructions of XTheadVector. This is Ok from my side. But befor

[PATCH v4] RISC-V: Adds the prefix "th." for the instructions of XTheadVector.

2024-01-02 Thread Jun Sha (Joshua)
This patch adds th. prefix to all XTheadVector instructions by implementing new assembly output functions. We only check the prefix is 'v', so that no extra attribute is needed. gcc/ChangeLog: * config/riscv/riscv-protos.h (riscv_asm_output_opcode): New function to add assembler i

Re: Re: [PATCH v4] RISC-V: Adds the prefix "th." for the instructions of XTheadVector.

2024-01-02 Thread Kito Cheng
he.zh...@rivai.ai > CC: jeffreyalaw; cooper.joshua; gcc-patches; Jim Wilson; palmer; andrew; > philipp.tomsich; christoph.muellner; jinma; cooper.qu > Subject: Re: Re: [PATCH v4] RISC-V: Adds the prefix "th." for the > instructions of XTheadVector. > On Tue, Jan 2, 2024 at 7

Re: Re: [PATCH v4] RISC-V: Adds the prefix "th." for the instructions of XTheadVector.

2024-01-02 Thread Andrew Pinski
works) instead of hacking > > riscv_asm_output_opcode really. In fact that is how other targets > > implement this kind of things. > > > > Thanks, > > Andrew PInski > > > > > > > > juzhe.zh...@rivai.ai > >

Re: Re: [PATCH v4] RISC-V: Adds the prefix "th." for the instructions of XTheadVector.

2024-01-02 Thread juzhe.zh...@rivai.ai
ai CC: jeffreyalaw; cooper.joshua; gcc-patches; Jim Wilson; palmer; andrew; philipp.tomsich; christoph.muellner; jinma; cooper.qu Subject: Re: Re: [PATCH v4] RISC-V: Adds the prefix "th." for the instructions of XTheadVector. On Tue, Jan 2, 2024 at 7:07 PM juzhe.zh...@rivai.ai wrote: > > W

Re: Re: [PATCH v4] RISC-V: Adds the prefix "th." for the instructions of XTheadVector.

2024-01-02 Thread Andrew Pinski
__ > juzhe.zh...@rivai.ai > > > From: Andrew Pinski > Date: 2024-01-03 10:54 > To: 钟居哲 > CC: Jeff Law; cooper.joshua; gcc-patches; jim.wilson.gcc; palmer; andrew; > philipp.tomsich; Christoph Müllner; jinma; Cooper Qu > Subject: Re: Re: [PATCH v4] RISC-V: Adds the pref

Re: Re: [PATCH v4] RISC-V: Adds the prefix "th." for the instructions of XTheadVector.

2024-01-02 Thread juzhe.zh...@rivai.ai
n.gcc; palmer; andrew; philipp.tomsich; Christoph Müllner; jinma; Cooper Qu Subject: Re: Re: [PATCH v4] RISC-V: Adds the prefix "th." for the instructions of XTheadVector. On Mon, Jan 1, 2024 at 2:59 PM 钟居哲 wrote: > > This is Ok from my side. > But before commit this patch, I

Re: Re: [PATCH v4] RISC-V: Adds the prefix "th." for the instructions of XTheadVector.

2024-01-02 Thread Andrew Pinski
___ > juzhe.zh...@rivai.ai > > > From: Jeff Law > Date: 2024-01-01 01:43 > To: Jun Sha (Joshua); gcc-patches > CC: jim.wilson.gcc; palmer; andrew; philipp.tomsich; christoph.muellner; > juzhe.zhong; Jin Ma; Xianmiao Qu > Subject: Re: [PATCH v4] RISC-V: Adds the prefix "th.&q

Re: Re: [PATCH v4] RISC-V: Adds the prefix "th." for the instructions of XTheadVector.

2024-01-01 Thread 钟居哲
Sha (Joshua); gcc-patches CC: jim.wilson.gcc; palmer; andrew; philipp.tomsich; christoph.muellner; juzhe.zhong; Jin Ma; Xianmiao Qu Subject: Re: [PATCH v4] RISC-V: Adds the prefix "th." for the instructions of XTheadVector. On 12/28/23 21:19, Jun Sha (Joshua) wrote: > This

Re: [PATCH v4] RISC-V: Adds the prefix "th." for the instructions of XTheadVector.

2023-12-31 Thread Jeff Law
On 12/28/23 21:19, Jun Sha (Joshua) wrote: This patch adds th. prefix to all XTheadVector instructions by implementing new assembly output functions. We only check the prefix is 'v', so that no extra attribute is needed. gcc/ChangeLog: * config/riscv/riscv-protos.h (riscv_asm_output_

[PATCH v4] RISC-V: Adds the prefix "th." for the instructions of XTheadVector.

2023-12-28 Thread Jun Sha (Joshua)
This patch adds th. prefix to all XTheadVector instructions by implementing new assembly output functions. We only check the prefix is 'v', so that no extra attribute is needed. gcc/ChangeLog: * config/riscv/riscv-protos.h (riscv_asm_output_opcode): New function to add assembler