Commit 1826c2d
Add dead code elimination pass
Dead code elimination (DCE) is like garbage collection for your HIR
graph: it removes instructions that are not referenced by the "root
set"---in this case, the instructions marked critical.1 parent 3e81d18 commit 1826c2d
1 file changed
+447
-22
lines changed
0 commit comments