This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from eed9eeaab30 Revert "RISC-V: Fix one typo of FRM dynamic definition" new 0682a32c026 tree-optimization/110310 - move vector epilogue disabling t [...] new f703d2fd3f0 middle-end/110495 - avoid associating constants with (VL) vectors
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 | 28 ++++---- gcc/testsuite/gcc.dg/tree-ssa/addadd-2.c | 1 + gcc/testsuite/gcc.dg/tree-ssa/forwprop-27.c | 4 +- gcc/testsuite/gcc.dg/vect/slp-perm-12.c | 1 + gcc/testsuite/gcc.target/i386/pr110310.c | 13 ++++ gcc/tree-vect-loop-manip.cc | 104 ++++++---------------------- gcc/tree-vect-loop.cc | 98 ++++++++++++++++++-------- gcc/tree.h | 2 +- 8 files changed, 122 insertions(+), 129 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr110310.c