The following will cause an error: ``` import spartan as S S.initialize() x = ones((100,)) y = log(x) + log(x) y.optimized().optimized().glom() ``` The second optimization pass ends up building an incorrect `LocalExpr`.