Skip to content
Snippets Groups Projects

Fix CCP assertions

Merged Aaron Councilman requested to merge ccp-bugfix into main

Move the assertions in CCP from the flow-function to after the data-flow has finished. In particular, we check that for each reachable node

  • If it is a region node, at least one predecessor is reachable
  • If it is a phi node, the control predecessor (region) is reachable and each data input for a reachable predecessor of the region is reachable
  • For all other nodes, all uses should be reachable

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