On Tue, Jul 01, 2025 at 09:28:34AM +0200, Robin Dapp wrote: > > It corrects the shift type of interleaved stepped patterns for const vector > > expanding in LRA. The shift instruction was initially LSHIFTRT, and it seems > > still should be the same type for both LRA and other cases. > > This is OK, thanks. > > -- > Regards > Robin >
CI-testing was failed: https://github.com/ewlu/gcc-precommit-ci/issues/3585#issuecomment-3022157670 for sat_u_add-5-u32.c and vect-reduc-sad-1.c. These failures are compile issues appeared due to afdo-crossmodule-1b.c file. For some reason, in both cases the following snippets are being inserted into the compile lines: /home/ewlu/.../testsuite/gcc.target/riscv/sat/afdo-crossmodule-1b.c -dumpbase "" for sat_u_add-5-u32.c /home/ewlu/.../testsuite/gcc.dg/vect/afdo-crossmodule-1b.c -dumpbase "" for vect-reduc-sad-1.c ... which causes the failures. I've tried to reproduce it locally, but both test-cases are passing in 100% of runs. Could we try to re-trigger CI-testing for the patch? Best regards, Merzlyakov Alexey