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

TypeEnv/HPT based dead code elimination #34

Open
csabahruska opened this issue Jul 5, 2019 · 0 comments
Open

TypeEnv/HPT based dead code elimination #34

csabahruska opened this issue Jul 5, 2019 · 0 comments
Assignees

Comments

@csabahruska
Copy link
Member

HPT reveals dead/unreachable code. Unreachable values have T_Dead type in the type environment.
Write a transformation to remove all T_Dead values from the program.
It is required or LLVM codegen because it can not handle T_Dead types.

@csabahruska csabahruska self-assigned this Jul 5, 2019
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