[llvm-branch-commits] [BOLT] Add secondary entry points to BAT (PR #86218)

Amir Ayupov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Mar 21 16:33:14 PDT 2024


https://github.com/aaupov created https://github.com/llvm/llvm-project/pull/86218

Provide secondary entry points for `EntryDiscriminator` call info field
in YAML profile.

Increases BAT section size to:
- large binary: 39655300 bytes (1.03x the original),
- medium binary: 3834328 bytes (0.65x),
- small binary: 924 bytes (0.64x).

Test Plan: Updated bolt-address-translation{,-yaml}.test





More information about the llvm-branch-commits mailing list