This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a809a556dc0 RISC-V: Bugfix for legitimize address PR/111634
new 5f56b76ff1c rs6000: optimize moving to sf from highpart di
new 537d7a445ca rs6000: use mtvsrws to move sf from si p9
new 7866984ba42 RISC-V: Add more run test for FP rounding autovec
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/rs6000/predicates.md | 5 +++
gcc/config/rs6000/rs6000.md | 37 ++++++++++-----
gcc/testsuite/gcc.target/powerpc/pr108338.c | 52 ++++++++++++++++++++++
.../riscv/rvv/autovec/unop/math-ceil-run-0.c | 39 ++++++++++++++++
.../riscv/rvv/autovec/unop/math-floor-run-0.c | 39 ++++++++++++++++
.../riscv/rvv/autovec/unop/math-nearbyint-run-0.c | 48 ++++++++++++++++++++
.../riscv/rvv/autovec/unop/math-rint-run-0.c | 48 ++++++++++++++++++++
.../riscv/rvv/autovec/unop/math-round-run-0.c | 39 ++++++++++++++++
.../riscv/rvv/autovec/unop/math-roundeven-run-0.c | 39 ++++++++++++++++
.../{math-round-run-1.c => math-roundeven-run-1.c} | 2 +-
.../{math-round-run-2.c => math-roundeven-run-2.c} | 2 +-
.../riscv/rvv/autovec/unop/math-trunc-run-0.c | 39 ++++++++++++++++
gcc/testsuite/gcc.target/riscv/rvv/rvv.exp | 4 +-
13 files changed, 378 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr108338.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/math-ceil-run-0.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/math-floor-run-0.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/math-nearbyint-run-0.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/math-rint-run-0.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/math-round-run-0.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/math-roundeven-run-0.c
copy gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/{math-round-run-1.c => math-r [...]
copy gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/{math-round-run-2.c => math-r [...]
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/math-trunc-run-0.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.