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

Pipeline #200798 passed

Pipeline passed for cce96c5d on clone_detection3

Approval is optional

Merged by rarbore2rarbore2 7 months ago (Dec 30, 2024 11:57pm UTC)

Merge details

  • Changes merged into main with 595ab192 (commits were squashed).
  • Deleted the source branch.

Pipeline #200799 passed

Pipeline passed for 595ab192 on main

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