Skip to content

Commit

Permalink
[CheckCombLoops] Refactor comb loop detection pass (#5647)
Browse files Browse the repository at this point in the history
This is a re-write of comb loop detection pass. It simplifies the pass to use DFS
 over a reaching definitions graph to detect comb loops in the IR.
Also adds support for RefTypes and fixes few bugs.
Fixes: #4691, #5462, #6587
  • Loading branch information
prithayan committed Jan 19, 2024
1 parent 86a6b74 commit 7032ca6
Show file tree
Hide file tree
Showing 2 changed files with 1,047 additions and 483 deletions.
Loading

0 comments on commit 7032ca6

Please sign in to comment.