[all-commits] [llvm/llvm-project] f2582c: [BOLT][NFC] Align fdata pattern ordering in link_f...
Paschalis Mpeis via All-commits
all-commits at lists.llvm.org
Mon Jun 2 00:23:06 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f2582c95febbbee1de31cb5ebfe863f36aedec58
https://github.com/llvm/llvm-project/commit/f2582c95febbbee1de31cb5ebfe863f36aedec58
Author: Paschalis Mpeis <paschalis.mpeis at arm.com>
Date: 2025-06-02 (Mon, 02 Jun 2025)
Changed paths:
M bolt/test/link_fdata.py
Log Message:
-----------
[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>
```
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list