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

Optimizations #731

Merged
merged 29 commits into from
Apr 7, 2020
Merged

Optimizations #731

merged 29 commits into from
Apr 7, 2020

Conversation

PeterMatula
Copy link
Collaborator

Various optimizations of bin2llvmir.

This pass goes after LLVM passes. They might remove some regs but their pointers are still in abi's containers. I.e. these pointers are invalid. We must iterate over module's leftover globals and ask abi if the global is register.
Some regression tests are not passing.
@PeterMatula
Copy link
Collaborator Author

Run TeamCity tests.

@PeterMatula PeterMatula self-assigned this Apr 7, 2020
@PeterMatula PeterMatula added this to the RetDec v4 milestone Apr 7, 2020
@PeterMatula PeterMatula merged commit 859c15a into master Apr 7, 2020
@PeterMatula PeterMatula deleted the optimizations branch April 7, 2020 08:47
PeterMatula added a commit that referenced this pull request Apr 7, 2020
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.

None yet

1 participant