This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 39bd65faee3 tree-optimization/98464 - replace loop info with avail at uses new 24cd9afe617 loop-niter: Recognize popcount idioms even with char, short [...] new 9e79d76a16c tree-optimization/98308 - set vector type for mask of masked load
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/pr98308.c | 16 ++++++++ gcc/testsuite/gcc.target/i386/pr95771.c | 67 +++++++++++++++++++++++++++++++++ gcc/tree-ssa-loop-niter.c | 45 +++++++++++++++------- gcc/tree-vect-stmts.c | 11 ++++++ 4 files changed, 125 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/pr98308.c create mode 100644 gcc/testsuite/gcc.target/i386/pr95771.c