This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9ea1248604d rs6000: Don't allow AltiVec address in movoo & movxo patter [...] new 4da3065a642 RISC-V: Add Vector cost model framework for RVV new 0337555c7a2 RISC-V: Add vector_scalar_shift_operand
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.gcc | 2 +- gcc/config/riscv/autovec.md | 6 ++-- gcc/config/riscv/predicates.md | 5 +++ gcc/config/riscv/riscv-vector-costs.cc | 66 ++++++++++++++++++++++++++++++++++ gcc/config/riscv/riscv-vector-costs.h | 44 +++++++++++++++++++++++ gcc/config/riscv/riscv.cc | 15 ++++++++ gcc/config/riscv/t-riscv | 8 +++++ 7 files changed, 142 insertions(+), 4 deletions(-) create mode 100644 gcc/config/riscv/riscv-vector-costs.cc create mode 100644 gcc/config/riscv/riscv-vector-costs.h