-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Remove dead code for parsing/emitting X86 instructions #116292
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
Conversation
Tagging subscribers to this area: @mangod9 |
There are a bit more dead patterns: #103533 (comment)
Can we figure out what are alive now? |
I removed bulk of the code in #115339 and now I checked every remaining method if it's used or not. |
On second look I found more things to remove. We can likely remove the single usage of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
No description provided.