This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 95fc85aff1c Remove accidentially left if (0) block new 4f01f39d021 [RISC-V] Optimize clear-lowest-set-bit sequence when ctz is nearby
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.gcc | 2 +- gcc/config/riscv/riscv-bclr-lowest-set-bit.cc | 306 +++++++++++++++++++++ gcc/config/riscv/riscv-passes.def | 1 + gcc/config/riscv/riscv-protos.h | 1 + gcc/config/riscv/t-riscv | 5 + .../gcc.target/riscv/bclr-lowest-set-bit-1.c | 128 +++++++++ 6 files changed, 442 insertions(+), 1 deletion(-) create mode 100644 gcc/config/riscv/riscv-bclr-lowest-set-bit.cc create mode 100644 gcc/testsuite/gcc.target/riscv/bclr-lowest-set-bit-1.c