Skip to content

Removing checkEarlyBranchMisprediction() function#446

Merged
ABenC377 merged 7 commits intodevfrom
early_mispredict
Jan 23, 2025
Merged

Removing checkEarlyBranchMisprediction() function#446
ABenC377 merged 7 commits intodevfrom
early_mispredict

Conversation

@ABenC377
Copy link
Copy Markdown
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
@ABenC377 ABenC377 merged commit 14bdcbc into dev Jan 23, 2025
@ABenC377 ABenC377 deleted the early_mispredict branch January 23, 2025 15:23
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: Done

Development

Successfully merging this pull request may close these issues.

Move early misprediction check logic to the branch prediction interface

5 participants