This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 37c21d4c6ad arm: Always use vmov.f64 instead of vmov.f32 with MVE new c89038c7ae8 RISC-V: Fix vid const vector expander for non-npatterns size steps new ac1f3a89013 RISC-V: Reorder insn cost match order to match correspondin [...] new a3dc5d2100a RISC-V: Handle case when constant vector construction targe [...] new 771256bcb9d RISC-V: Emit costs for bool and stepped const vectors new 282bbc9381c RISC-V: Handle 0.0 floating point pattern costing to match [...] new 1cd89027966 RISC-V: Allow non-duplicate bool patterns in expand_const_vector new 691f682fe24 RISC-V: Move helper functions above expand_const_vector
The 7 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-v.cc | 322 ++++++++++++++++++++++---------------------- gcc/config/riscv/riscv-v.h | 90 +++++++++++++ gcc/config/riscv/riscv.cc | 68 ++++++++-- 3 files changed, 303 insertions(+), 177 deletions(-) create mode 100644 gcc/config/riscv/riscv-v.h