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

Handle exception control flow flattening #6

Open
Yuerino opened this issue Mar 9, 2023 · 0 comments
Open

Handle exception control flow flattening #6

Yuerino opened this issue Mar 9, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Yuerino
Copy link
Owner

Yuerino commented Mar 9, 2023

The basic control flow flattening implementation in #3 doesn't handle exception related instruction such as InvokeInst, ResumeInst and LandingPad basic block. All of which are control flow instructions.

Need to experiment how all these works together and flatten these control flow as well.

@Yuerino Yuerino added the enhancement New feature or request label Mar 9, 2023
@Yuerino Yuerino self-assigned this Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant