Commits

Erik Eckstein committed f1f4c694764
SILCombine: fix non-deterministic compilation This is another bug exposed by changing the instruction allocation. Depending on the allocated address of new SILBuilder instructions, those instructions were added to the SILCombiner worklist or not. This bug didn't cause any crashes or miscombiles, but resulted in a non-deterministic result of SILCombine.