Re: [PATCH v1] RISC-V: Fix incorrect optimization options passing to reduc and ternop

2024-12-03 Thread Kito Cheng
lgtm On Tue, Dec 3, 2024 at 2:13 PM wrote: > > From: Pan Li > > Like the strided load/store, the testcases of vector reduce and ternop > are designed to pick up different sorts of optimization options but > actually these option are ignored according to the Execution log of > the gcc.log. > > Th

[PATCH v1] RISC-V: Fix incorrect optimization options passing to reduc and ternop

2024-12-02 Thread pan2 . li
From: Pan Li Like the strided load/store, the testcases of vector reduce and ternop are designed to pick up different sorts of optimization options but actually these option are ignored according to the Execution log of the gcc.log. This patch would like to make it correct almost the same as wha