This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ba773a86f03 RISC-V] Slightly improve broadcasting small constants into vectors new f54d42e0000 tree-optimization/117104 - add missed guards to max(a,b) != [...] new a9173a50e7e vect: Fix inconsistency in fully-masked lane-reducing op ge [...]
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/match.pd | 6 +++++- gcc/testsuite/gcc.dg/pr117104.c | 12 ++++++++++++ gcc/testsuite/gcc.dg/vect/pr116985.c | 23 +++++++++++++++++++++++ gcc/tree-vect-loop.cc | 7 +++++-- 4 files changed, 45 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr117104.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr116985.c