[llvm] Implements PGOBBAddrMap in Object and ObjectYAML with tests [1/5] (PR #71750)
Micah Weston via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 20 16:40:12 PST 2023
red1bluelost wrote:
I went ahead and merged into this PR the design changes suggested @rlavaee. (I called it PGOAnalysisMap instead of PGOFrequencyMap). Using the same ELF section with the feature guard does help to simplify and shorten the code. If the user does not request the PGOAnalysisMap when decoding the BBAddrMap section then the code just ignores any extra data.
https://github.com/llvm/llvm-project/pull/71750
More information about the llvm-commits
mailing list