Re: [PATCH] RISC-V: Remove unused redundant vector attributes

2022-12-19 Thread Kito Cheng via Gcc-patches
Commited Jeff Law via Gcc-patches 於 2022年12月17日 週六 03:55 寫道: > > > On 12/14/22 01:51, juzhe.zh...@rivai.ai wrote: > > From: Ju-Zhe Zhong > > > > I found that I forgot to remove these redundant attributes. > > Sorry about that. > > > > gcc/ChangeLog: > > > > * config/riscv/vector.md ():

Re: [PATCH] RISC-V: Remove unused redundant vector attributes

2022-12-16 Thread Jeff Law via Gcc-patches
On 12/14/22 01:51, juzhe.zh...@rivai.ai wrote: From: Ju-Zhe Zhong I found that I forgot to remove these redundant attributes. Sorry about that. gcc/ChangeLog: * config/riscv/vector.md (): Remove redundant attributes. OK. jeff

[PATCH] RISC-V: Remove unused redundant vector attributes

2022-12-14 Thread juzhe . zhong
From: Ju-Zhe Zhong I found that I forgot to remove these redundant attributes. Sorry about that. gcc/ChangeLog: * config/riscv/vector.md (): Remove redundant attributes. --- gcc/config/riscv/vector.md | 20 1 file changed, 20 deletions(-) diff --git a/gcc/config/