llvm-project
f2582c95 - [BOLT][NFC] Align fdata pattern ordering in link_fdata.py (#142102)

Commit
122 days ago
[BOLT][NFC] Align fdata pattern ordering in link_fdata.py (#142102) The mispred and execnt values were originally recorded in reverse order and then consumed in the opposite order to compensate. This patch records and uses them in the same order (FDATA) for clarity. That order is: ``` <is symbol?> <closest ELF symbol or DSO name> <relative FROM address> <is symbol?> <closest ELF symbol or DSO name> <relative TO address> <number of mispredictions> <number of branches> ```
Parents
Loading