Commits

Joe Groff committed e22908f5698
IRGen: Peephole (copy_addr to [initialization] (init_existential_addr)) as well. We can simultaneously allocate and initialize an opaque existential container's fixed-size buffer the same way, which benefits conversions from generic types to protocol types. Swift SVN r29371