https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123317
--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jeff Law <[email protected]>: https://gcc.gnu.org/g:91ee2e628475f156a57f5c7777a79a77bea86fc6 commit r16-6503-g91ee2e628475f156a57f5c7777a79a77bea86fc6 Author: Pan Li <[email protected]> Date: Mon Jan 5 09:28:04 2026 -0700 [PATCH v1 2/2] RISC-V: Add run test case for vwadd/vwsub wx mis combine [PR123317] From: Pan Li <[email protected]> Add test cases for the mis combine of the vwadd/vwsub vx combine. PR target/123317 gcc/testsuite/ChangeLog: * gcc.target/riscv/rvv/autovec/pr123317-run-1.c: New test. * gcc.target/riscv/rvv/autovec/pr123317-run-2.c: New test. * gcc.target/riscv/rvv/autovec/pr123317-run-3.c: New test. * gcc.target/riscv/rvv/autovec/pr123317-run-4.c: New test. * gcc.target/riscv/rvv/autovec/pr123317-run.h: New test. Signed-off-by: Pan Li <[email protected]>
