Re: [PATCH] RISC-V: Add required_extensions in function_group

2023-12-18 Thread juzhe.zh...@rivai.ai
Thanks for refactor it. You can commit it today. Thanks. juzhe.zh...@rivai.ai From: Feng Wang Date: 2023-12-18 11:28 To: gcc-patches CC: kito.cheng; jeffreyalaw; juzhe.zhong; Feng Wang Subject: [PATCH] RISC-V: Add required_extensions in function_group In order to add other vector related

Re: [PATCH] RISC-V: Add required_extensions in function_group

2023-12-17 Thread juzhe.zh...@rivai.ai
LGTM from my side. Give kito 1 day to chime in, juzhe.zh...@rivai.ai From: Feng Wang Date: 2023-12-18 11:28 To: gcc-patches CC: kito.cheng; jeffreyalaw; juzhe.zhong; Feng Wang Subject: [PATCH] RISC-V: Add required_extensions in function_group In order to add other vector related extensions

[PATCH] RISC-V: Add required_extensions in function_group

2023-12-17 Thread Feng Wang
In order to add other vector related extensions in the future, this patch add one more parameter in the function_group_info, it will be used to determine whether intrinsic registration processing is required. gcc/ChangeLog: * config/riscv/riscv-vector-builtins-functions.def