On 1/2/25 12:13 AM, Tsung Chun Lin wrote:
Don't use the QI vector if its size is equal to UNITS_PER_WORD for better code generation. Before patch: vsetivli zero,4,e8,mf4,ta,ma vmv.v.i v1,0 addi a4,sp,12 vse8.v v1,0(a4) After patch: sw zero,12(sp)
I've pushed this patch to the trunk. jeff