#148 requires some work to reset the SLIL LB, because graph transformations can change the LB and thus the LB must be recomputed. Without a reset, the recomputation will fail. However, for the first computation of the SLIL LB, this is unnecessary reset work.
Seems like we may want to use a state variable / different control flow to only reset when necessary. In other words, if we haven't computed the SLILLB before, then this is just wasted cycles.
Originally posted by @jrbyrnes in #148 (comment)