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

Removing checkEarlyBranchMisprediction() function #446

Open
wants to merge 7 commits into
base: dev
Choose a base branch
from

Conversation

ABenC377
Copy link
Contributor

checkEarlyBranchMisprediction() was an instruction function that no longer serves a purpose in current SimEng -- it's function has been taken over by the branch predictors' internal functionality. Therefore, removing it to clean up the codebase.

@ABenC377 ABenC377 added the code consistency Cleaning up existing code to align with rest of project label Dec 20, 2024
@ABenC377 ABenC377 self-assigned this Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code consistency Cleaning up existing code to align with rest of project
Projects
Status: Approved to Merge
Development

Successfully merging this pull request may close these issues.

Move early misprediction check logic to the branch prediction interface
4 participants