llvm-project
6d8c6ef9 - [BOLT][NFC] Simplify doTrace in BAT mode (#143233)

Commit
103 days ago
[BOLT][NFC] Simplify doTrace in BAT mode (#143233) `BoltAddressTranslation::getFallthroughsInTrace` iterates over address translation map entries and therefore has direct access to both original and translated offsets. Return the translated offsets in fall-throughs list to avoid duplicate address translation inside `doTrace`. Test Plan: NFC
Author
Parents
Loading