This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2c7bf8036df [aarch64] Use wzr/xzr for assigning 0 to vector element. new 76f44fbfea1 dse: Use SUBREG_REG for copy_to_mode_reg in DSE replace_rea [...] new ade0a1ee5c6 tree-vect-patterns: Improve __builtin_{clz,ctz,ffs}ll vecto [...]
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/dse.cc | 14 +++- gcc/testsuite/gcc.dg/vect/pr109011-1.c | 48 +++++++++++ gcc/tree-vect-patterns.cc | 148 +++++++++++++++++++++++++++------ 3 files changed, 184 insertions(+), 26 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/pr109011-1.c