llvm-project
3f2a9e59 - [BOLT] Sort TakenBranches immediately before use. NFCI (#83333)

Commit
1 year ago
[BOLT] Sort TakenBranches immediately before use. NFCI (#83333) Move code that sorts TakenBranches right before the branches are used. We can populate TakenBranches in pre-CFG post-processing and hence have to postpone the sorting to a later point in the processing pipeline. Will add such a pass later. For now it's NFC.
Author
Parents
Loading