This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9302b0743b3 vect: Cost intermediate conversions new 4dfeb1cd8df Avoid redundant GORI calcuations. new f0deeefebb6 GIMPLE_FOLD: Fix gimple fold for LEN_{MASK}_{LOAD,STORE} new 38ead98b2fe DSE: Add LEN_MASK_STORE analysis into DSE and fix LEN_STORE
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/gimple-fold.cc | 6 ++- gcc/gimple-range-gori.cc | 21 ++++++++-- .../riscv/rvv/autovec/partial/gimple_fold-1.c | 43 ++++++++++++++++++++ gcc/tree-ssa-dse.cc | 47 ++++++++++++++-------- 4 files changed, 95 insertions(+), 22 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/partial/gimple_fold-1.c