This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 474473f0425 diagnostics: Delete config pointer before overwriting it new 9f48aba019f Daily bump. new a7d052b3200 RISC-V: Support FP MAX/MIN autovec for VLS mode
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/ChangeLog | 16 ++++++++ gcc/DATESTAMP | 2 +- gcc/config/riscv/autovec-vls.md | 23 ++++++++++++ gcc/config/riscv/vector.md | 12 +++--- gcc/testsuite/ChangeLog | 4 ++ .../gcc.target/riscv/rvv/autovec/vls/def.h | 16 ++++++++ .../riscv/rvv/autovec/vls/floating-point-max-1.c | 43 ++++++++++++++++++++++ .../riscv/rvv/autovec/vls/floating-point-max-2.c | 43 ++++++++++++++++++++++ .../riscv/rvv/autovec/vls/floating-point-max-3.c | 43 ++++++++++++++++++++++ .../riscv/rvv/autovec/vls/floating-point-max-4.c | 43 ++++++++++++++++++++++ .../riscv/rvv/autovec/vls/floating-point-max-5.c | 31 ++++++++++++++++ .../riscv/rvv/autovec/vls/floating-point-min-1.c | 43 ++++++++++++++++++++++ .../riscv/rvv/autovec/vls/floating-point-min-2.c | 43 ++++++++++++++++++++++ .../riscv/rvv/autovec/vls/floating-point-min-3.c | 43 ++++++++++++++++++++++ .../riscv/rvv/autovec/vls/floating-point-min-4.c | 43 ++++++++++++++++++++++ .../riscv/rvv/autovec/vls/floating-point-min-5.c | 31 ++++++++++++++++ 16 files changed, 472 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/floating-point-max-1.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/floating-point-max-2.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/floating-point-max-3.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/floating-point-max-4.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/floating-point-max-5.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/floating-point-min-1.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/floating-point-min-2.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/floating-point-min-3.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/floating-point-min-4.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/floating-point-min-5.c