You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Create draft PR for #335
* If we encounter a basic-block ending in a jump instruction and having no
outgoing edges, insert a comment.
Note: We do not resolve jump variable
---------
Co-authored-by: mm4rks <[email protected]>
Co-authored-by: Marvin Marks <[email protected]>
Co-authored-by: Niklas Bergmann <[email protected]>
Proposal
We ignore jumps that do not have a determined target. E.g.,
Our output:
Compared to BN HLIL:
Approach
To capture the lost information, check last instruction of leaf basic-blocks for jumps and create a comment.
The text was updated successfully, but these errors were encountered: