This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b77161e60bc Provide extra checking for phi argument access from edge new d8f5e349772 ifcvt: Reduce comparisons on conditionals by tracking truth [...] new 9ed4fcfe47f ifcvt: Sort PHI arguments not only occurrences but also com [...]
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/vect-ifcvt-19.c | 63 +++++++++ gcc/testsuite/gcc.dg/vect/vect-ifcvt-20.c | 62 +++++++++ gcc/tree-if-conv.cc | 212 +++++++++++++++++++++++------- 3 files changed, 290 insertions(+), 47 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/vect-ifcvt-19.c create mode 100644 gcc/testsuite/gcc.dg/vect/vect-ifcvt-20.c