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

Implement the new optimization pass for the generated LLVM IR code by making extensive use of virtual registers. #53

Merged
merged 94 commits into from
Sep 18, 2024

Conversation

yomaytk
Copy link
Owner

@yomaytk yomaytk commented Sep 18, 2024

This PR implements the new optimization pass for the generated LLVM IR code by making extensive use of virtual registers.
Originally, elfconv (remill) operate the original register computation on the memory by using the State struct that expresses the CPU registers. Instead of, we accelerated the generated LLVM IR speed by possibly using virtual registers not accessing the State struct (i.e. store, load instruction on the LLVM IR).

yomaytk added 30 commits June 20, 2024 15:36
@yomaytk yomaytk merged commit c6b1e57 into main Sep 18, 2024
1 check passed
@yomaytk yomaytk deleted the llvm-opt-new branch September 19, 2024 08:10
@yomaytk yomaytk mentioned this pull request Dec 4, 2024
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.

1 participant