Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update llvm-cm against recent LLVM changes #59

Open
2 tasks
boomanaiden154 opened this issue Mar 4, 2024 · 0 comments
Open
2 tasks

Update llvm-cm against recent LLVM changes #59

boomanaiden154 opened this issue Mar 4, 2024 · 0 comments

Comments

@boomanaiden154
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant