Re: [PATCH] RISC-V: Refine riscv-vector-builtins.o include files and makefile.

2022-10-11 Thread Jeff Law via Gcc-patches
On 10/11/22 21:39, Kito Cheng via Gcc-patches wrote: I would suggest we do not include those header files unless we really need that. Agreed.  Policy is to include what's needed.  There's actually some scripts that will identify extraneous header includes, but I don't recall if we ever ran

Re: Re: [PATCH] RISC-V: Refine riscv-vector-builtins.o include files and makefile.

2022-10-11 Thread juzhe.zh...@rivai.ai
OK. I am gonna commit this with the following patches. juzhe.zh...@rivai.ai From: Kito Cheng Date: 2022-10-12 11:39 To: juzhe.zhong CC: gcc-patches Subject: Re: [PATCH] RISC-V: Refine riscv-vector-builtins.o include files and makefile. I would suggest we do not include those header files

Re: [PATCH] RISC-V: Refine riscv-vector-builtins.o include files and makefile.

2022-10-11 Thread Kito Cheng via Gcc-patches
I would suggest we do not include those header files unless we really need that. On Tue, Oct 11, 2022 at 2:32 PM wrote: > > From: Ju-Zhe Zhong > > gcc/ChangeLog: > > * config/riscv/riscv-vector-builtins.cc: Change include files same as > ARM SVE. > * config/riscv/t-riscv: Refine

[PATCH] RISC-V: Refine riscv-vector-builtins.o include files and makefile.

2022-10-10 Thread juzhe . zhong
From: Ju-Zhe Zhong gcc/ChangeLog: * config/riscv/riscv-vector-builtins.cc: Change include files same as ARM SVE. * config/riscv/t-riscv: Refine makefile. --- gcc/config/riscv/riscv-vector-builtins.cc | 9 +++-- gcc/config/riscv/t-riscv | 14 --