This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1acd4576435 move the (a-b) CMP 0 ? (a-b) : (b-a) optimization from fold [...] new 9ed6b22eb41 middle-end: don't keep .MEM guard nodes for PHI nodes who d [...]
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/testsuite/gcc.dg/vect/pr111860-2.c | 17 +++++++++++++++++ gcc/testsuite/gcc.dg/vect/pr111860-3.c | 17 +++++++++++++++++ gcc/tree-vect-loop-manip.cc | 21 ++++++++++++++++++++- 3 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.dg/vect/pr111860-2.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr111860-3.c