Print indirect call changes in afdo dump file
authorAndi Kleen <ak@linux.intel.com>
Thu, 14 Jul 2016 02:13:48 +0000 (02:13 +0000)
committerAndi Kleen <ak@gcc.gnu.org>
Thu, 14 Jul 2016 02:13:48 +0000 (02:13 +0000)
commit0ea221ef245cd19b2308fdfa497d49156e1b801d
tree92f435ce61a039797184e9e0ebddad351fca64fa
parent9f01da8e20d3b8ecf97a345e919938a46b029805
Print indirect call changes in afdo dump file

Print some information about indirect call promotions in the afdo dump
file. Do it in the same format as the instrumented profiler so that
the test suite can match on it.

gcc/:

2016-07-13  Andi Kleen  <ak@linux.intel.com>

* auto-profile.c (update_inlined_ind_target,
afdo_indirect_call): Print information to dump file.

From-SVN: r238320
gcc/ChangeLog
gcc/auto-profile.c