Skip to content

Inline and CommonNodeElemination

Tendsin Mende requested to merge inline-cne into main

Implements a really simple inline-pass on the LLGraph, as well as common-node-elemination described in algorithm V of the source paper. This one however is only implemented on the simple nodes.

Merge request reports