This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 31cc55f4ff3 Add bext pattern for ZBS new 55914b016de Fix riscv_expand_conditional_move. new 7bde4c3dcde Move fold_single_bit_test to expr.cc from fold-const.cc new 8f4929df23f Inline and simplify fold_single_bit_test_into_sign_test int [...] new 3b537ab625e Use get_def_for_expr in fold_single_bit_test new 9d2fdcab162 Simplify fold_single_bit_test slightly new 5c68c27f3d0 Simplify fold_single_bit_test with respect to code new c5df248509b Use BIT_FIELD_REF inside fold_single_bit_test new 40c5ba42bbd Expand directly for single bit test
The 8 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/riscv.cc | 4 +- gcc/expr.cc | 91 ++++++++++++++-- gcc/fold-const.cc | 112 -------------------- gcc/fold-const.h | 1 - .../gcc.target/riscv/xtheadcondmov-indirect-rv32.c | 116 +++++++++++++++++++++ .../gcc.target/riscv/xtheadcondmov-indirect-rv64.c | 116 +++++++++++++++++++++ 6 files changed, 315 insertions(+), 125 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/xtheadcondmov-indirect-rv32.c create mode 100644 gcc/testsuite/gcc.target/riscv/xtheadcondmov-indirect-rv64.c