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

Misc improvements 09 #32

Merged
merged 4 commits into from
Nov 1, 2023
Merged

Misc improvements 09 #32

merged 4 commits into from
Nov 1, 2023

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    60353db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01567c9 View commit details
    Browse the repository at this point in the history
  3. Implement #isTRRegister

    ...returning `true` for both real and virtual registers.
    janvrany committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    79dbfad View commit details
    Browse the repository at this point in the history
  4. Fix bug in CFG pruning leaving pruned blocks in block's predecessors …

    …list
    
    When pruning CFG, we have to set `successor1`(fall-through) to `nil` for
    all unreachable blocks before discarding then to make sure they're not
    left in (possibly reachable) blocks predecessor list!
    
    This commit does that and also add check to `TRILVerifier`.
    janvrany committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    d32412a View commit details
    Browse the repository at this point in the history