Commits

Joe Groff committed ea4ace470d1
SILGen: Implement UnionElementPattern dispatch. Build a switch_union instruction over all the matched union elements, and check for exhaustiveness to see if we need to emit a default branch either for subsequent matches or to fall off the end and emit unreachable if we run out of cases. Swift SVN r6870