This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c75579169eb lower-bitint: Fix up handling of unsigned INTEGER_CSTs oper [...] new 0acb63670bf RISC-V: Adjust scalar_to_vec cost
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/riscv-protos.h | 11 ++++++++++ gcc/config/riscv/riscv-vector-costs.cc | 23 ++++++++++++++++++++ gcc/config/riscv/riscv.cc | 25 ++++++++++++++-------- .../gcc.dg/vect/costmodel/riscv/rvv/pr113281-1.c | 18 ++++++++++++++++ .../gcc.dg/vect/costmodel/riscv/rvv/pr113281-2.c | 18 ++++++++++++++++ .../gcc.target/riscv/rvv/autovec/pr113209.c | 2 +- 6 files changed, 87 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/pr113281-1.c create mode 100644 gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/pr113281-2.c