This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2d9588bac5a predcom: Refactor more using auto_vec new 62acc72a957 unroll: Avoid unnecessary tail loops for constant niters new 957952ce64e unroll: Run VN on unrolled-and-jammed loops
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/gimple-loop-jam.c | 14 +- gcc/testsuite/gcc.dg/unroll-10.c | 13 ++ gcc/testsuite/gcc.dg/unroll-9.c | 12 ++ gcc/tree-ssa-loop-manip.c | 306 +++++++++++++++++++++------------------ 4 files changed, 198 insertions(+), 147 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/unroll-10.c create mode 100644 gcc/testsuite/gcc.dg/unroll-9.c