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

Move invalid store handling to an LLVM pass #228

Open
frabert opened this issue Feb 16, 2022 · 0 comments
Open

Move invalid store handling to an LLVM pass #228

frabert opened this issue Feb 16, 2022 · 0 comments

Comments

@frabert
Copy link
Collaborator

frabert commented Feb 16, 2022

Invalid stores like store i8 undef, i8* null are ignored at the code lifting level ( https://github.com/lifting-bits/rellic/blob/master/lib/AST/IRToASTVisitor.cpp#L735-L738 ) , but they should be removed by a preprocessing pass.

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

No branches or pull requests

1 participant