This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c3d2b6bc913 RISC-V: Fix Demand comparison bug[VSETVL PASS]
new b34397857ad RISC-V: Support VLS floating-point extend/truncate
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/vector-iterators.md | 95 ++++++++++++++++++++++
.../riscv/rvv/autovec/vls/{fma-4.c => ext-4.c} | 34 ++++----
.../riscv/rvv/autovec/vls/{fma-6.c => ext-5.c} | 19 ++---
.../riscv/rvv/autovec/vls/{fma-4.c => trunc-4.c} | 34 ++++----
.../riscv/rvv/autovec/vls/{fma-7.c => trunc-5.c} | 18 ++--
.../gcc.target/riscv/rvv/autovec/widen/widen-10.c | 2 +-
.../gcc.target/riscv/rvv/autovec/widen/widen-11.c | 2 +-
.../gcc.target/riscv/rvv/autovec/widen/widen-12.c | 2 +-
.../riscv/rvv/autovec/widen/widen-complicate-7.c | 2 +-
.../riscv/rvv/autovec/widen/widen-complicate-8.c | 2 +-
.../riscv/rvv/autovec/widen/widen-complicate-9.c | 2 +-
11 files changed, 147 insertions(+), 65 deletions(-)
copy gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/{fma-4.c => ext-4.c} (60%)
copy gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/{fma-6.c => ext-5.c} (72%)
copy gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/{fma-4.c => trunc-4.c} (60%)
copy gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/{fma-7.c => trunc-5.c} (73%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.