This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4ff09eb3422 c++,coroutines: Handle await expressions in assume attributes. new 3d1d893a00d Add testcase for AFDO early inlining and indirect call promotion new 30e8f97a25f Fix cgraph_node::apply_scale new 260252e7dc0 Improve static and AFDO profile combination
The 3 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 | 244 ++++++++++++++------- gcc/cgraph.cc | 9 +- .../gcc.dg/tree-prof/afdo-vpt-earlyinline.c | 32 +++ 3 files changed, 199 insertions(+), 86 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-prof/afdo-vpt-earlyinline.c