This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 05e1cda2bd6 s390x: Fix fmin/fmax patterns new 6c8bcbc10d6 RISC-V: Combine vec_duplicate + vwsubu.wv to vwsubu.wx on G [...] new 17d24e89c4c RISC-V: Add test for vec_duplicate + vwsubu.wv combine with [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/config/riscv/autovec-opt.md | 20 +++++++++++ .../gcc.target/riscv/rvv/autovec/vx_vf/vx-1-u16.c | 3 +- .../gcc.target/riscv/rvv/autovec/vx_vf/vx-1-u32.c | 3 +- .../gcc.target/riscv/rvv/autovec/vx_vf/vx-1-u64.c | 1 + .../gcc.target/riscv/rvv/autovec/vx_vf/vx-2-u16.c | 1 + .../gcc.target/riscv/rvv/autovec/vx_vf/vx-2-u32.c | 1 + .../gcc.target/riscv/rvv/autovec/vx_vf/vx-2-u64.c | 1 + .../gcc.target/riscv/rvv/autovec/vx_vf/vx-3-u16.c | 1 + .../gcc.target/riscv/rvv/autovec/vx_vf/vx-3-u32.c | 1 + .../gcc.target/riscv/rvv/autovec/vx_vf/vx-3-u64.c | 1 + .../gcc.target/riscv/rvv/autovec/vx_vf/vx_widen.h | 1 + .../riscv/rvv/autovec/vx_vf/vx_widen_data.h | 40 ++++++++++++++++++++++ ...wx_vwaddu-run-1-u64.c => wx_vwsubu-run-1-u64.c} | 4 +-- 13 files changed, 74 insertions(+), 4 deletions(-) copy gcc/testsuite/gcc.target/riscv/rvv/autovec/vx_vf/{wx_vwaddu-run-1-u64.c => wx [...]