Skip to content
Snippets Groups Projects

Bug fixes for CCP

Merged Aaron Councilman requested to merge ccp-bugfix into main

Two fixes to CCP

  1. Delay deletion of branches with a constant condition so all unreachable nodes (including these conditions and their projections) are deleted together to avoid leaving uses of deleted nodes.
  2. Compute reachability of data nodes as the join of the reachability of its uses so that data nodes in unreachable parts of code are marked unreachable.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading