This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from eef0bffa468 AVR: Tabify avr-c.cc. new 95d43636963 AVR: Tabify avr-devices.cc. new 38d8facddfd RISC-V: Support vi variant for vec_cmp
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/avr/avr-devices.cc | 4 ++-- gcc/config/riscv/autovec.md | 4 ++-- .../gcc.target/riscv/rvv/autovec/cmp/cmp_vi-1.c | 16 +++++++++++++ .../gcc.target/riscv/rvv/autovec/cmp/cmp_vi-2.c | 16 +++++++++++++ .../rvv/autovec/{vls/ext-5.c => cmp/cmp_vi-3.c} | 23 ++++++++++--------- .../rvv/autovec/{vls/ext-5.c => cmp/cmp_vi-4.c} | 23 ++++++++++--------- .../gcc.target/riscv/rvv/autovec/cmp/cmp_vi-5.c | 16 +++++++++++++ .../gcc.target/riscv/rvv/autovec/cmp/cmp_vi-6.c | 16 +++++++++++++ .../rvv/autovec/{vls/ext-5.c => cmp/cmp_vi-7.c} | 23 ++++++++++--------- .../rvv/autovec/{vls/fma-6.c => cmp/cmp_vi-8.c} | 26 ++++++++++------------ .../gcc.target/riscv/rvv/autovec/cmp/cmp_vi-9.c | 18 +++++++++++++++ .../gcc.target/riscv/rvv/autovec/cmp/macro.h | 11 +++++++++ 12 files changed, 145 insertions(+), 51 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/cmp/cmp_vi-1.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/cmp/cmp_vi-2.c copy gcc/testsuite/gcc.target/riscv/rvv/autovec/{vls/ext-5.c => cmp/cmp_vi-3.c} (56%) copy gcc/testsuite/gcc.target/riscv/rvv/autovec/{vls/ext-5.c => cmp/cmp_vi-4.c} (56%) create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/cmp/cmp_vi-5.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/cmp/cmp_vi-6.c copy gcc/testsuite/gcc.target/riscv/rvv/autovec/{vls/ext-5.c => cmp/cmp_vi-7.c} (56%) copy gcc/testsuite/gcc.target/riscv/rvv/autovec/{vls/fma-6.c => cmp/cmp_vi-8.c} (56%) create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/cmp/cmp_vi-9.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/cmp/macro.h