Unverified Commit d8873df4 authored by Mircea Trofin's avatar Mircea Trofin Committed by GitHub
Browse files

[AsmPrint] Dump raw frequencies in `-mbb-profile-dump` (#66818)

We were losing the function entry count, which is useful to check profile quality. For the original cases where we want
entrypoint-relative MBB frequencies, the user would just need to divide these values by the entrypoint (first MBB, with ID=0) value.
parent b88cffea
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment