This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 49bed11d96c Daily bump. new 879c52c9dab RISC-V: Refactor RVV machine modes
The 1 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.md | 198 +- gcc/config/riscv/riscv-modes.def | 570 +++-- gcc/config/riscv/riscv-v.cc | 67 +- gcc/config/riscv/riscv-vector-builtins.cc | 15 +- gcc/config/riscv/riscv-vector-builtins.def | 361 ++-- gcc/config/riscv/riscv-vector-switch.def | 581 +++-- gcc/config/riscv/riscv-vsetvl.cc | 24 +- gcc/config/riscv/riscv.cc | 87 +- gcc/config/riscv/riscv.h | 1 + gcc/config/riscv/riscv.md | 87 +- gcc/config/riscv/vector-iterators.md | 2236 ++++++++++---------- gcc/config/riscv/vector.md | 826 +++++--- .../rvv/autovec/gather-scatter/gather_load_run-7.c | 6 +- .../rvv/autovec/gather-scatter/gather_load_run-8.c | 6 +- .../autovec/gather-scatter/mask_scatter_store-9.c | 5 + .../gather-scatter/mask_scatter_store_run-8.c | 6 +- .../autovec/gather-scatter/scatter_store_run-8.c | 6 +- 17 files changed, 2496 insertions(+), 2586 deletions(-)