Commits

Roman Levenstein committed d92c4cc379f
[sil-cloner] Always call doPreProcess when visiting SILInstructions. It is important to call doPreProcess to correctly setup the available opened archetypes which were referenced from the original instruction being copied. This fixes a concrete bug in LoopRotate optimization and potential bugs related to cloning. rdar://27659420