Commits
Joe Groff committed 285ec1e2ddd
SIL: Add an unchecked_enum_data instruction. This allows the payload for a loadable enum to be unsafely projected without branching, enabling more enum optimizations when switch branches can be culled or when indirect enum code can be promoted. Swift SVN r16729