Thanks Robin, double check the local run is PASS for the CI reported failure, so will commit it soon.
517889:PASS: gcc.dg/vect/pr116125.c -flto -ffat-lto-objects (test for excess errors) 517891:PASS: gcc.dg/vect/pr116125.c -flto -ffat-lto-objects execution test Pan -----Original Message----- From: Robin Dapp <rdapp....@gmail.com> Sent: Monday, July 21, 2025 4:28 PM To: Li, Pan2 <pan2...@intel.com>; gcc-patches@gcc.gnu.org Cc: juzhe.zh...@rivai.ai; kito.ch...@gmail.com; jeffreya...@gmail.com; rdapp....@gmail.com; Chen, Ken <ken.c...@intel.com>; Liu, Hongtao <hongtao....@intel.com> Subject: Re: [PATCH v1 0/5] RISC-V: Combine vec_duplicate + vaaddu.vv to vaaddu.vx on GR2VR cost > This patch would like to introduce the combine of vec_dup + vaaddu.vv > into vaaddu.vx on the cost value of GR2VR. The late-combine will take > place if the cost of GR2VR is zero, or reject the combine if non-zero > like 1, 2, 15 in test. There will be two cases for the combine: The series is OK, thanks. There is a CI failure but it looks unrelated. -- Regards Robin