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

Fix llvm-cm after switch to BBRanges #43

Merged
merged 1 commit into from
Feb 3, 2024

Conversation

boomanaiden154
Copy link
Collaborator

A couple additional cases were recently added into the BB Address Map section in llvm/llvm-project#74128. This broke llvm-cm as a couple method names changed. This patch provides the quick fix to get everything working.

Eventually llvm-cm will need some work to support multiple BBRanges within a single function.

A couple additional cases were recently added into the BB Address Map
section in llvm/llvm-project#74128. This broke
llvm-cm as a couple method names changed. This patch provides the quick
fix to get everything working.

Eventually llvm-cm will need some work to support multiple BBRanges
within a single function.
@boomanaiden154
Copy link
Collaborator Author

@JestrTulip

@boomanaiden154
Copy link
Collaborator Author

In addition to supporting BBRanges, llvm-cm also needs to use PGOAnalysisMap as mbb-profile-dump has been removed from upstream.

@boomanaiden154 boomanaiden154 merged commit 4ae7b82 into google:main Feb 3, 2024
6 checks passed
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

Successfully merging this pull request may close these issues.

2 participants