Commits

Arnold Schwaighofer committed 2558230aee7
Add a peephole to deal with enum regressions after changes to SILGen Enum case constructors now directly store into the destination buffer without a copy. This prevents mem2reg on enums for loadable types. Localize the store to an intermediate buffer to enable mem2reg.