Module debris_llir::opt

source ·
Expand description

Contains two optimizer that can operate on the llir: The peephole optimizer which optimizes every emitted node on its own (but is also able to look at previous nodes) and the global optimizer

Modules

Type Aliases

  • The optimizer can uniquely identify each node with this type