Project

General

Profile

« Previous | Next » 

Revision 1826c2d2

Added by Max Bernstein 2 months ago

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.