]> git.ipfire.org Git - thirdparty/gcc.git/commit
RISC-V: Fix incorrect optimization options passing to partial
authorPan Li <pan2.li@intel.com>
Mon, 9 Dec 2024 06:07:22 +0000 (14:07 +0800)
committerPan Li <pan2.li@intel.com>
Mon, 9 Dec 2024 07:03:12 +0000 (15:03 +0800)
commitcd4daddf6c3f977469c51dac518000b16668364f
tree7754d920842b3d2204012666889bc3e098a21f22
parent6205144d6b566f32a58c4fa4f5e7e2343ad07c62
RISC-V: Fix incorrect optimization options passing to partial

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 would like to make it correct almost the same as how we
fixed for strided load/store.

The below test suites are passed for this patch.
* The rv64gcv fully regression test.

It is test only patch and obvious up to a point, will commit it
directly if no comments in next 48H.

gcc/testsuite/ChangeLog:

* gcc.target/riscv/rvv/rvv.exp: Fix the incorrect optimization
options passing to testcases.

Signed-off-by: Pan Li <pan2.li@intel.com>
gcc/testsuite/gcc.target/riscv/rvv/rvv.exp