This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from db20b83cfff RISC-V Regression test: Fix FAIL of slp-reduc-4.c for RVV
new 30b76f860a4 RISC-V Regression test: Fix FAIL of slp-12a.c
new e90eddde570 RISC-V Regression tests: Fix FAIL of pr97832* for RVV
new dae21448b60 RISC-V Regression test: Fix slp-perm-4.c FAIL for RVV
The 3 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/testsuite/gcc.dg/vect/pr97832-2.c | 4 ++--
gcc/testsuite/gcc.dg/vect/pr97832-3.c | 4 ++--
gcc/testsuite/gcc.dg/vect/pr97832-4.c | 4 ++--
gcc/testsuite/gcc.dg/vect/slp-12a.c | 2 +-
gcc/testsuite/gcc.dg/vect/slp-perm-4.c | 2 +-
5 files changed, 8 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from dee55cf59ce RISC-V: Support movmisalign of RVV VLA modes
new f8498436d6d RISC-V: Add initial pipeline description for an out-of-order core.
new 79e6ea48b7b RISC-V Regression test: Adapt SLP tests like ARM SVE
new db20b83cfff RISC-V Regression test: Fix FAIL of slp-reduc-4.c for RVV
The 3 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/generic-ooo.md | 284 ++++++++++++++++++++++++++++++++
gcc/config/riscv/riscv-cores.def | 1 +
gcc/config/riscv/riscv-opts.h | 3 +-
gcc/config/riscv/riscv.cc | 87 ++++++++++
gcc/config/riscv/riscv.md | 5 +-
gcc/config/riscv/riscv.opt | 3 +
gcc/config/riscv/vector.md | 3 +-
gcc/testsuite/gcc.dg/vect/slp-23.c | 2 +-
gcc/testsuite/gcc.dg/vect/slp-perm-10.c | 2 +-
gcc/testsuite/gcc.dg/vect/slp-reduc-4.c | 2 +-
10 files changed, 385 insertions(+), 7 deletions(-)
create mode 100644 gcc/config/riscv/generic-ooo.md
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.