RE: [PATCH v1] RISC-V: Fix incorrect optimization options passing to partial

2024-12-08 Thread Li, Pan2
Thanks Kito, all issues like below of rvv.exp are fixed. Pan -Original Message- From: Kito Cheng Sent: Monday, December 9, 2024 2:58 PM To: Li, Pan2 Cc: gcc-patches@gcc.gnu.org; juzhe.zh...@rivai.ai; jeffreya...@gmail.com; rdapp@gmail.com Subject: Re: [PATCH v1] RISC-V: Fix

Re: [PATCH v1] RISC-V: Fix incorrect optimization options passing to partial

2024-12-08 Thread Kito Cheng
ok On Mon, Dec 9, 2024 at 2:13 PM wrote: > > From: Pan Li > > Like the strided load/store, the testcases of vector partial > 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 wou