This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7890836de20 tree-optimization/114231 - use patterns for BB SLP discover [...] new 49a1a340ea0 AVR: Improve output of insn "*insv.any_shift.<mode>_split".
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/avr/avr-protos.h | 1 + gcc/config/avr/avr.cc | 181 +++++++++++++++++++++ gcc/config/avr/avr.md | 98 ++++++----- gcc/config/avr/constraints.md | 15 ++ .../gcc.target/avr/torture/insv-anyshift-hi.c | 141 ++++++++++++++++ .../gcc.target/avr/torture/insv-anyshift-si.c | 89 ++++++++++ 6 files changed, 474 insertions(+), 51 deletions(-) create mode 100644 gcc/testsuite/gcc.target/avr/torture/insv-anyshift-hi.c create mode 100644 gcc/testsuite/gcc.target/avr/torture/insv-anyshift-si.c