This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0d2673e995f RISC-V: Enable COND_LEN_FMA auto-vectorization new aa6741ef2e0 Turn TODO_rebuild_frequencies to a pass new 1815e313a8f cprop: Do not set REG_EQUAL note when simplifying paradoxic [...]
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/cprop.cc | 4 +- gcc/fwprop.cc | 16 +- gcc/passes.cc | 3 - gcc/passes.def | 8 + gcc/predict.cc | 337 +++++++++++++++++++++---------- gcc/profile-count.h | 10 + gcc/rtlanal.cc | 15 ++ gcc/rtlanal.h | 2 + gcc/testsuite/gcc.target/i386/pr110206.c | 39 ++++ gcc/tree-inline.cc | 4 +- gcc/tree-pass.h | 2 +- 11 files changed, 308 insertions(+), 132 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr110206.c