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

2024-12-02 Thread Kito Cheng
LGTM 於 2024年12月2日 週一 22:25 寫道: > From: Pan Li > > Like the strided load/store, the testcases of vector cond and builtin are > designed to pick up different sorts of optimization options but actually > these option are ignored according to the Execution log of gcc.log. > This patch would like to

[PATCH v1] RISC-V: Fix incorrect optimization options passing to cond and builtin

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