Update llvm-cm against recent LLVM changes
Open
- Dominant language
- Python
- Stars
- 95
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
llvm-cm needs to be updated to reflect some recent LLVM changes:
* [ ] BBRanges are now used to represent the basic blocks in a function. `llvm-cm` needs to support these for cases like basic block sections and split machine functions (and should at the very least have test coverage for them).
* [ ] `-mbb-profile-dump` no longer exists, and instead `PGOAnalysisMap` should be used. Tests/code needs to be updated for this.
This (at least the second part) is sort of a prerequisite for #55.
Contributor guide
Assessment
This issue has not been assessed yet.