This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from f89c7f6c0e8 Daily bump. new ca84557f302 tree-optimization/97081 - fix wrong-code with vectorized shift new a78cd759754 testsuite: add another test for the rotate vectorization mi [...]
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/testsuite/gcc.dg/vect/pr97081-2.c | 32 ++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/vect/pr97081.c | 26 ++++++++++++++++++++++++++ gcc/tree-vect-patterns.c | 3 +-- 3 files changed, 59 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/pr97081-2.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr97081.c