This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 52582b40a9b RISC-V: Fix ICE for expand_select_vldi [PR120652] new 8f40a8e8f8d Implement afdo inliner new d29cf57f9e4 Extend afdo inliner to introduce speculative calls
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/auto-profile.cc | 523 ++++++++++++--------- gcc/auto-profile.h | 7 + gcc/ipa-inline.cc | 118 ++++- gcc/testsuite/gcc.dg/tree-prof/afdo-inline.c | 27 ++ .../gcc.dg/tree-prof/afdo-vpt-earlyinline.c | 20 +- gcc/testsuite/gcc.dg/tree-prof/indir-call-prof-2.c | 4 +- gcc/tree-inline.cc | 4 +- 7 files changed, 461 insertions(+), 242 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-prof/afdo-inline.c