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

2024-11-28 Thread pan2 . li
From: Pan Li Like the strided load/store, the testcases of vector widen 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 fixed for st

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

2024-11-28 Thread pan2 . li
From: Pan Li Like the strided load/store, the testcases of vector widen 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 fixed for st