RE: [PATCH] RISC-V: Add RVV builtin vectorization cost model

2023-12-13 Thread Li, Pan2
Committed, thanks Kito. Pan From: Kito Cheng Sent: Thursday, December 14, 2023 2:45 PM To: Juzhe-Zhong Cc: GCC Patches ; Kito Cheng ; Jeff Law ; Robin Dapp Subject: Re: [PATCH] RISC-V: Add RVV builtin vectorization cost model LGTM Juzhe-Zhong mailto:juzhe.zh...@rivai.ai>> 於 2023年12月1

Re: [PATCH] RISC-V: Add RVV builtin vectorization cost model

2023-12-13 Thread Kito Cheng
LGTM Juzhe-Zhong 於 2023年12月14日 週四 11:24 寫道: > This patch fixes PR11153: > > ble a1,zero,.L8 > addiw a5,a1,-1 > li a4,4 > addisp,sp,-16 > mv a2,a0 > sext.w a3,a1 > bleua5,a4,.L9 > srliw a4,a3,2 > sl

[PATCH] RISC-V: Add RVV builtin vectorization cost model

2023-12-13 Thread Juzhe-Zhong
This patch fixes PR11153: ble a1,zero,.L8 addiw a5,a1,-1 li a4,4 addisp,sp,-16 mv a2,a0 sext.w a3,a1 bleua5,a4,.L9 srliw a4,a3,2 sllia4,a4,4 mv a5,a0 add a4,a4,a0