Skip to content
Snippets Groups Projects

Fix anti-dependencies, factor out block ordering

Merged rarbore2 requested to merge clone_detection3 into main
  • Fix issue in anti-dependencies causing CPU backend to hang in complex case.
    • Anti-dependencies no longer get generated when the mutator is also the generator of the object in question (because then the read depends on the mutator, there's no need for an anti-dependence edge for scheduling).
  • Factor out block ordering from RT and CPU backends into basic blocks analysis.

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