This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 67476ba8adb c++: replace tf_norm with a local flag new df15eb15b5f [PATCH v2 1/3] RISC-V: movmem for RISCV with V extension new 158aa1b65ce [to-be-committed,RISC-V] Improve AND with some constants
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/config/riscv/bitmanip.md | 34 +++++++++++++ gcc/config/riscv/riscv.md | 23 +++++++++ gcc/testsuite/gcc.target/riscv/rvv/base/movmem-1.c | 59 ++++++++++++++++++++++ gcc/testsuite/gcc.target/riscv/zba_zbs_and-1.c | 22 ++++++++ 4 files changed, 138 insertions(+) create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/movmem-1.c create mode 100644 gcc/testsuite/gcc.target/riscv/zba_zbs_and-1.c