Commits

Chris Lattner committed 17b21b8b1a1
DI scalarizes multi-element load/store/copyaddr instructions as a form of canonicalization. However, structs will soon be modeled as multi-element accesses (and we don't want to scalarize them), so we have to handle non-scalarized versions of these. NFC. Swift SVN r10828